| Index: include/core/SkBitmapDevice.h
|
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
|
| index 1a81ee48e6daa7cda4115a44cb7eb1e12f04d76f..dff5e65bc8852cbb50ca3e195a1e3d502df30cc7 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 onShouldDisableLCD(const SkPaint&) const SK_OVERRIDE;
|
|
|
| /** Clears the entire device to the specified color (including alpha).
|
| * Ignores the clip.
|
|
|