Index: src/core/SkDevice.cpp |
diff --git a/src/core/SkDevice.cpp b/src/core/SkDevice.cpp |
index 2dcedb4bd733bcf824191c51bafdd5ee28e63142..5c92703f31815c0f0e270f0f185154611a39bb9c 100644 |
--- a/src/core/SkDevice.cpp |
+++ b/src/core/SkDevice.cpp |
@@ -258,12 +258,6 @@ bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) |
return false; |
} |
-bool SkBaseDevice::EXPERIMENTAL_drawPicture(SkCanvas*, const SkPicture*, const SkMatrix*, |
- const SkPaint*) { |
- // The base class doesn't perform any accelerated picture rendering |
- return false; |
-} |
- |
bool SkBaseDevice::accessPixels(SkPixmap* pmap) { |
SkPixmap tempStorage; |
if (nullptr == pmap) { |