File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -343,12 +343,15 @@ typedef struct sk_string_t sk_string_t;
343
343
A sk_bitmap_t is an abstraction that specifies a raster bitmap.
344
344
*/
345
345
typedef struct sk_bitmap_t sk_bitmap_t ;
346
+ typedef struct sk_bitmapallocator_t sk_bitmapallocator_t ;
346
347
typedef struct sk_pixmap_t sk_pixmap_t ;
347
348
// placed here to help seperate in PR
348
349
typedef struct sk_png_chunk_reader_t sk_png_chunk_reader_t ;
349
350
// placed here to help seperate in PR
350
351
typedef struct sk_pixelref_t sk_pixelref_t ;
351
352
typedef struct sk_colorfilter_t sk_colorfilter_t ;
353
+ // placed here to help seperate in PR
354
+ typedef struct sk_pixelref_t sk_pixelref_t ;
352
355
typedef struct sk_imagefilter_t sk_imagefilter_t ;
353
356
typedef struct sk_imagefilter_croprect_t sk_imagefilter_croprect_t ;
354
357
Original file line number Diff line number Diff line change 52
52
53
53
// Xamarin
54
54
#include "include/xamarin/sk_managedstream.h"
55
+ // placed here to help seperate in PR
56
+ #include "include/xamarin/sk_managedallocator.h"
57
+ #include "include/xamarin/sk_managedpixelref.h"
55
58
#include "include/xamarin/sk_manageddrawable.h"
56
59
#include "include/xamarin/sk_managedpngchunkreader.h"
57
60
#include "include/xamarin/sk_managedallocator.h"
@@ -114,6 +117,10 @@ void** KeepSkiaCSymbols (void)
114
117
// Xamarin
115
118
(void * )sk_compatpaint_new ,
116
119
(void * )sk_managedstream_new ,
120
+ // placed here to help seperate in PR
121
+ (void * )sk_managedallocator_new ,
122
+ (void * )sk_managedpixelref_new ,
123
+ (void * )sk_managedpixelref_new_from_existing ,
117
124
(void * )sk_manageddrawable_new ,
118
125
(void * )sk_managedpngchunkreader_new ,
119
126
(void * )sk_managedallocator_new ,
You can’t perform that action at this time.
0 commit comments