| Index: cc/resources/raster_source.h
|
| diff --git a/cc/resources/raster_source.h b/cc/resources/raster_source.h
|
| index f7ea2716b03820c1fad25644617f7cf0061287f4..33550ae4a03a9460bfa344565be000e11e9222e0 100644
|
| --- a/cc/resources/raster_source.h
|
| +++ b/cc/resources/raster_source.h
|
| @@ -93,6 +93,8 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
|
| // TODO(vmpstr): This should be a layer property.
|
| virtual bool IsMask() const = 0;
|
|
|
| + virtual bool CanUseLcdText() const = 0;
|
| +
|
| protected:
|
| friend class base::RefCountedThreadSafe<RasterSource>;
|
|
|
|
|