| Index: skia/ext/platform_device_win.cc
|
| diff --git a/skia/ext/platform_device_win.cc b/skia/ext/platform_device_win.cc
|
| index f44e66eb43df48277b3e1343393ed24ca536a264..ef48fbd3a38cf2ceb5a854cbeb2fe9562eb28f17 100644
|
| --- a/skia/ext/platform_device_win.cc
|
| +++ b/skia/ext/platform_device_win.cc
|
| @@ -60,10 +60,6 @@ void PlatformDevice::EndPlatformPaint() {
|
| // Flushing will be done in onAccessBitmap.
|
| }
|
|
|
| -void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y,
|
| - const PlatformRect* src_rect) {
|
| -}
|
| -
|
| // static
|
| bool PlatformDevice::LoadPathToDC(HDC context, const SkPath& path) {
|
| switch (path.getFillType()) {
|
|
|