Index: include/core/SkBitmapDevice.h |
diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h |
index 8b87fc88de8018d1648693b1817d98ec2a539d0e..e74c18c344c0b3a930bf8c65ac256ffd858a3348 100644 |
--- a/include/core/SkBitmapDevice.h |
+++ b/include/core/SkBitmapDevice.h |
@@ -38,7 +38,7 @@ public: |
virtual SkImageInfo imageInfo() const SK_OVERRIDE; |
protected: |
- virtual bool filterTextFlags(const SkPaint& paint, TextFlags*) SK_OVERRIDE; |
+ bool onDisableLCD(const SkPaint&) const SK_OVERRIDE; |
f(malita)
2014/11/12 20:49:14
virtual
|
/** Clears the entire device to the specified color (including alpha). |
* Ignores the clip. |