Index: cc/resources/recording_source.h |
diff --git a/cc/resources/recording_source.h b/cc/resources/recording_source.h |
index cbbeb7021e6fe04de7e909d6e70e87be7099d079..ecb64fab4337ad782392b2a12d3205490a8e5dce 100644 |
--- a/cc/resources/recording_source.h |
+++ b/cc/resources/recording_source.h |
@@ -31,6 +31,7 @@ class CC_EXPORT RecordingSource { |
SkColor background_color, |
bool contents_opaque, |
bool contents_fill_bounds_completely, |
+ bool can_use_lcd_text, |
const gfx::Size& layer_size, |
const gfx::Rect& visible_layer_rect, |
int frame_number, |
@@ -50,6 +51,7 @@ class CC_EXPORT RecordingSource { |
virtual void SetUnsuitableForGpuRasterizationForTesting() = 0; |
virtual SkTileGridFactory::TileGridInfo GetTileGridInfoForTesting() const = 0; |
}; |
-} |
+ |
+} // namespace cc |
#endif // CC_RESOURCES_RECORDING_SOURCE_H_ |