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