Index: src/core/SkDevice.cpp |
diff --git a/src/core/SkDevice.cpp b/src/core/SkDevice.cpp |
index f4288512485bd84c3a6f0bd47ca205f5aec46395..bc6c892079622f956f00441d7b153c644974dd25 100644 |
--- a/src/core/SkDevice.cpp |
+++ b/src/core/SkDevice.cpp |
@@ -90,13 +90,6 @@ SkSurface* SkBaseDevice::newSurface(const SkImageInfo&, const SkSurfaceProps&) { |
const void* SkBaseDevice::peekPixels(SkImageInfo*, size_t*) { return NULL; } |
-#ifdef SK_SUPPORT_LEGACY_DEVICE_CLEAR |
-// DEPRECATED : remove when chrome subclass have been updated to not override clear() |
-void SkBaseDevice::clear(SkColor color) { |
- SkFAIL("SkDevice::clear() should not be called"); |
-} |
-#endif |
- |
void SkBaseDevice::drawDRRect(const SkDraw& draw, const SkRRect& outer, |
const SkRRect& inner, const SkPaint& paint) { |
SkPath path; |