| Index: skia/ext/bitmap_platform_device_win.h
|
| diff --git a/skia/ext/bitmap_platform_device_win.h b/skia/ext/bitmap_platform_device_win.h
|
| index 5ec1d896f520fd20257be85deb8c2c08d2897a0c..dd1aedb9a56aced209f5bd46f37e9dc001f341ee 100644
|
| --- a/skia/ext/bitmap_platform_device_win.h
|
| +++ b/skia/ext/bitmap_platform_device_win.h
|
| @@ -41,11 +41,6 @@ class SK_API BitmapPlatformDevice : public SkBitmapDevice,
|
| ~BitmapPlatformDevice() override;
|
|
|
| protected:
|
| - // Flushes the Windows device context so that the pixel data can be accessed
|
| - // directly by Skia. Overridden from SkBaseDevice, this is called when Skia
|
| - // starts accessing pixel data.
|
| - const SkBitmap& onAccessBitmap() override;
|
| -
|
| SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) override;
|
|
|
| private:
|
|
|