| Index: skia/ext/platform_canvas_linux.h
|
| diff --git a/skia/ext/platform_canvas_linux.h b/skia/ext/platform_canvas_linux.h
|
| index 5782284073ceb2cf501cc7250772f78fb99e7eac..1cf87a81b72fb3d1617124cd80eb6a8735e2f2c5 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;
|
|
|