diff options
Diffstat (limited to 'skia/ext/bitmap_platform_device_linux.h')
-rw-r--r-- | skia/ext/bitmap_platform_device_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/bitmap_platform_device_linux.h b/skia/ext/bitmap_platform_device_linux.h index cfc72e2..d26c50d 100644 --- a/skia/ext/bitmap_platform_device_linux.h +++ b/skia/ext/bitmap_platform_device_linux.h @@ -59,9 +59,9 @@ class BitmapPlatformDeviceLinux : public PlatformDeviceLinux { class BitmapPlatformDeviceLinuxData; public: - /// Static constructor. I don't understand this, it's just a copy of the mac static BitmapPlatformDeviceLinux* Create(int width, int height, bool is_opaque); + // This doesn't take ownership of |data| static BitmapPlatformDeviceLinux* Create(int width, int height, bool is_opaque, uint8_t* data); static BitmapPlatformDeviceLinux* Create(int width, int height, |