| Index: cc/resources/recording_source.h
|
| diff --git a/cc/resources/recording_source.h b/cc/resources/recording_source.h
|
| index 3b3f2ded5c501875a10338325fcd36016b2cc3a0..1b1c622583c9470f50eddd95a39cd7b93c21f28c 100644
|
| --- a/cc/resources/recording_source.h
|
| +++ b/cc/resources/recording_source.h
|
| @@ -33,6 +33,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,
|
| @@ -53,6 +54,7 @@ class CC_EXPORT RecordingSource {
|
| virtual void SetUnsuitableForGpuRasterizationForTesting() = 0;
|
| virtual SkTileGridFactory::TileGridInfo GetTileGridInfoForTesting() const = 0;
|
| };
|
| -}
|
| +
|
| +} // namespace cc
|
|
|
| #endif // CC_RESOURCES_RECORDING_SOURCE_H_
|
|
|