Chromium Code Reviews| Index: cc/resources/raster_source.h |
| diff --git a/cc/resources/raster_source.h b/cc/resources/raster_source.h |
| index f7ea2716b03820c1fad25644617f7cf0061287f4..db383ff24a36355b1539b0e1c1b6b1235e508d37 100644 |
| --- a/cc/resources/raster_source.h |
| +++ b/cc/resources/raster_source.h |
| @@ -93,6 +93,9 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> { |
| // TODO(vmpstr): This should be a layer property. |
| virtual bool IsMask() const = 0; |
| + // Return true if LCD anti-aliasing may be used when rastering text. |
| + virtual bool CanUseLcdText() const = 0; |
|
enne (OOO)
2014/11/14 00:05:45
Lcd => LCD
|
| + |
| protected: |
| friend class base::RefCountedThreadSafe<RasterSource>; |