Index: skia/ext/vector_platform_device_emf_win.cc |
=================================================================== |
--- skia/ext/vector_platform_device_emf_win.cc (revision 86706) |
+++ skia/ext/vector_platform_device_emf_win.cc (working copy) |
@@ -435,8 +435,8 @@ |
LoadClipRegion(); |
} |
-void VectorPlatformDeviceEmf::drawToHDC(HDC dc, int x, int y, |
- const RECT* src_rect) { |
+void VectorPlatformDeviceEmf::DrawToNativeContext(HDC dc, int x, int y, |
+ const RECT* src_rect) { |
SkASSERT(false); |
} |