Index: cc/resources/raster_source.h |
diff --git a/cc/resources/raster_source.h b/cc/resources/raster_source.h |
index 171d2a55412b9da90f95b53c4cac59383ed21f17..929e49d7a35fbb663fab4a2a1a7fb7bc03f2c481 100644 |
--- a/cc/resources/raster_source.h |
+++ b/cc/resources/raster_source.h |
@@ -99,8 +99,6 @@ 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>; |