Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3077)

Unified Diff: skia/ext/bitmap_platform_device_win.h

Issue 2340813006: accessBitmap is no longer called/needed (Closed)
Patch Set: update unittest Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698