Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index caa2030e6fd3b1164b159c43ef201f21e6ea33fc..b79ef64ec7693a8c7c14e7fd1184eae9329665c2 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -108,7 +108,7 @@ public: |
kAutoHinting_Flag = 0x800, //!< mask to force Freetype's autohinter |
kVerticalText_Flag = 0x1000, |
kGenA8FromLCD_Flag = 0x2000, // hack for GDI -- do not use if you can help it |
- kBicubicFilterBitmap_Flag = 0x4000, // temporary flag |
+ kHighQualityFilterBitmap_Flag = 0x4000, // temporary flag |
reed1
2013/06/18 20:21:21
Lets skip this change, or at most make it an alias
humper
2013/06/19 20:49:26
Done.
|
// when adding extra flags, note that the fFlags member is specified |
// with a bit-width and you'll have to expand it. |