Index: skia/ext/pixel_ref_utils.cc |
diff --git a/skia/ext/pixel_ref_utils.cc b/skia/ext/pixel_ref_utils.cc |
index 22d42e7a5af332d384e45f130eb7e0d87e44352f..69fa405e38a393773ec3ff1c3b1631184e1b0fb1 100644 |
--- a/skia/ext/pixel_ref_utils.cc |
+++ b/skia/ext/pixel_ref_utils.cc |
@@ -314,15 +314,6 @@ class GatherPixelRefDevice : public SkBitmapDevice { |
const SkPaint&) SK_OVERRIDE {} |
protected: |
-#ifdef SK_SUPPORT_LEGACY_READPIXELSCONFIG |
- virtual bool onReadPixels(const SkBitmap& bitmap, |
- int x, |
- int y, |
- SkCanvas::Config8888 config8888) SK_OVERRIDE { |
- return false; |
- } |
-#endif |
- |
virtual bool onReadPixels(const SkImageInfo& info, |
void* pixels, |
size_t rowBytes, |