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