Index: skia/ext/bitmap_platform_device_skia.cc |
diff --git a/skia/ext/bitmap_platform_device_skia.cc b/skia/ext/bitmap_platform_device_skia.cc |
index d05791396bf7395fe2850f092ddf2d3f0ae2b577..136706d7fbb49733338d23275b2aca53d3fcac12 100644 |
--- a/skia/ext/bitmap_platform_device_skia.cc |
+++ b/skia/ext/bitmap_platform_device_skia.cc |
@@ -55,12 +55,6 @@ PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() { |
return accessBitmap(true).getPixels(); |
} |
-void BitmapPlatformDevice::DrawToNativeContext( |
- PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { |
- // Should never be called on Android. |
- SkASSERT(false); |
-} |
- |
// PlatformCanvas impl |
SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, |