Chromium Code Reviews| Index: skia/ext/vector_platform_device_skia.cc |
| =================================================================== |
| --- skia/ext/vector_platform_device_skia.cc (revision 86706) |
| +++ skia/ext/vector_platform_device_skia.cc (working copy) |
| @@ -209,10 +209,10 @@ |
| } |
| #if defined(OS_WIN) |
| -void VectorPlatformDeviceSkia::drawToHDC(HDC dc, |
| - int x, |
| - int y, |
| - const RECT* src_rect) { |
| +void VectorPlatformDeviceSkia::DrawToNativeContext(HDC dc, |
| + int x, |
| + int y, |
| + const RECT* src_rect) { |
| SkASSERT(false); |
| } |
| #endif |