diff options
Diffstat (limited to 'skia/ext/platform_canvas_linux.h')
-rw-r--r-- | skia/ext/platform_canvas_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/ext/platform_canvas_linux.h b/skia/ext/platform_canvas_linux.h index 5782284..1cf87a8 100644 --- a/skia/ext/platform_canvas_linux.h +++ b/skia/ext/platform_canvas_linux.h @@ -30,6 +30,7 @@ class PlatformCanvasLinux : public SkCanvas { // For two-part init, call if you use the no-argument constructor above bool initialize(int width, int height, bool is_opaque); + bool initialize(int width, int height, bool is_opaque, uint8_t* data); // Returns the platform device pointer of the topmost rect with a non-empty // clip. Both the windows and mac versions have an equivalent of this method; |