Index: skia/ext/platform_canvas_win.cc |
=================================================================== |
--- skia/ext/platform_canvas_win.cc (revision 86706) |
+++ skia/ext/platform_canvas_win.cc (working copy) |
@@ -106,12 +106,4 @@ |
width, height, is_opaque, shared_section)); |
} |
-HDC PlatformCanvas::beginPlatformPaint() const { |
- return getTopPlatformDevice().BeginPlatformPaint(); |
-} |
- |
-void PlatformCanvas::endPlatformPaint() const { |
- return getTopPlatformDevice().EndPlatformPaint(); |
-} |
- |
} // namespace skia |