Chromium Code Reviews| Index: skia/ext/vector_platform_device_emf_win.cc |
| =================================================================== |
| --- skia/ext/vector_platform_device_emf_win.cc (revision 85672) |
| +++ skia/ext/vector_platform_device_emf_win.cc (working copy) |
| @@ -68,7 +68,7 @@ |
| VectorPlatformDeviceEmf* VectorPlatformDeviceEmf::create(HDC dc, |
| int width, |
| int height) { |
| - InitializeDC(dc); |
| + platform_util::InitializeDC(dc); |
| // Link the SkBitmap to the current selected bitmap in the device context. |
| SkBitmap bitmap; |