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 9e32de9d17d28c077de281bcea93b2114250ec55..1b6001899e985fdcb13fbed648f2b78358fd1899 100644 |
--- a/skia/ext/bitmap_platform_device_win.h |
+++ b/skia/ext/bitmap_platform_device_win.h |
@@ -50,14 +50,13 @@ class SK_API BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice |
virtual PlatformSurface BeginPlatformPaint() override; |
virtual void EndPlatformPaint() override; |
- virtual void DrawToNativeContext(HDC dc, int x, int y, |
- const RECT* src_rect) override; |
- |
// Loads the given transform and clipping region into the HDC. This is |
// overridden from SkBaseDevice. |
virtual void setMatrixClip(const SkMatrix& transform, const SkRegion& region, |
const SkClipStack&) override; |
+ void DrawToHDC(HDC dc, int x, int y, const RECT* src_rect) 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 |