| Index: cc/resources/raster_source.h
|
| diff --git a/cc/resources/raster_source.h b/cc/resources/raster_source.h
|
| index bcc28d19b203664a7934bccfa9c8ace0c5e7afa9..f7ea2716b03820c1fad25644617f7cf0061287f4 100644
|
| --- a/cc/resources/raster_source.h
|
| +++ b/cc/resources/raster_source.h
|
| @@ -93,9 +93,6 @@
|
| // 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;
|
| -
|
| protected:
|
| friend class base::RefCountedThreadSafe<RasterSource>;
|
|
|
|
|