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