| Index: skia/ext/vector_platform_device_emf_win.cc
|
| diff --git a/skia/ext/vector_platform_device_emf_win.cc b/skia/ext/vector_platform_device_emf_win.cc
|
| index 1271b165e2a2527b11081430aba811a9db048b90..85795b6ac740a2de6f34d3ea31071a2ad79f4b43 100644
|
| --- a/skia/ext/vector_platform_device_emf_win.cc
|
| +++ b/skia/ext/vector_platform_device_emf_win.cc
|
| @@ -684,11 +684,6 @@ void VectorPlatformDeviceEmf::setMatrixClip(const SkMatrix& transform,
|
| LoadClipRegion();
|
| }
|
|
|
| -void VectorPlatformDeviceEmf::DrawToNativeContext(HDC dc, int x, int y,
|
| - const RECT* src_rect) {
|
| - SkASSERT(false);
|
| -}
|
| -
|
| void VectorPlatformDeviceEmf::LoadClipRegion() {
|
| SkMatrix t;
|
| t.reset();
|
|
|