Index: cc/playback/display_list_raster_source.h |
diff --git a/cc/playback/display_list_raster_source.h b/cc/playback/display_list_raster_source.h |
index 8c06c8d68637dc5175b18bf8d93ee57ace1a8bc9..1a45747065e3736366504bea5beec1a84074ef1a 100644 |
--- a/cc/playback/display_list_raster_source.h |
+++ b/cc/playback/display_list_raster_source.h |
@@ -106,6 +106,8 @@ class CC_EXPORT DisplayListRasterSource |
scoped_refptr<DisplayListRasterSource> CreateCloneWithoutLCDText() const; |
+ bool IsSolidColorTile(gfx::Rect content_rect, float scale, SkColor* color); |
+ |
protected: |
friend class base::RefCountedThreadSafe<DisplayListRasterSource>; |