| Index: skia/ext/platform_canvas_win.cc
|
| ===================================================================
|
| --- skia/ext/platform_canvas_win.cc (revision 85672)
|
| +++ 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
|
|
|