| Index: cc/resources/raster_source.h
|
| diff --git a/cc/resources/raster_source.h b/cc/resources/raster_source.h
|
| index 929e49d7a35fbb663fab4a2a1a7fb7bc03f2c481..171d2a55412b9da90f95b53c4cac59383ed21f17 100644
|
| --- a/cc/resources/raster_source.h
|
| +++ b/cc/resources/raster_source.h
|
| @@ -99,6 +99,8 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
|
| // Return true if LCD anti-aliasing may be used when rastering text.
|
| virtual bool CanUseLCDText() const = 0;
|
|
|
| + virtual scoped_refptr<RasterSource> CreateCloneWithoutLCDText() const = 0;
|
| +
|
| protected:
|
| friend class base::RefCountedThreadSafe<RasterSource>;
|
|
|
|
|