| Index: skia/ext/platform_canvas_win.cc
|
| ===================================================================
|
| --- skia/ext/platform_canvas_win.cc (revision 85672)
|
| +++ skia/ext/platform_canvas_win.cc (working copy)
|
| @@ -107,11 +107,11 @@
|
| }
|
|
|
| HDC PlatformCanvas::beginPlatformPaint() const {
|
| - return getTopPlatformDevice().BeginPlatformPaint();
|
| + return skia::platform_util::BeginPlatformPaint(&getTopDevice());
|
| }
|
|
|
| void PlatformCanvas::endPlatformPaint() const {
|
| - return getTopPlatformDevice().EndPlatformPaint();
|
| + skia::platform_util::EndPlatformPaint(&getTopDevice());
|
| }
|
|
|
| } // namespace skia
|
|
|