| Index: cc/resources/picture.h
|
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h
|
| index 1677309a6e25e2c9c444ad4430c339fc738bb9ef..da15fac16cbb3506738aadf1b82d83d3274da2b0 100644
|
| --- a/cc/resources/picture.h
|
| +++ b/cc/resources/picture.h
|
| @@ -54,6 +54,8 @@ class CC_EXPORT Picture
|
| static scoped_refptr<Picture> Create(
|
| const gfx::Rect& layer_rect,
|
| ContentLayerClient* client,
|
| + bool can_use_lcd_text,
|
| + bool contents_opaque,
|
| const SkTileGridFactory::TileGridInfo& tile_grid_info,
|
| bool gather_pixels_refs,
|
| RecordingMode recording_mode);
|
| @@ -140,6 +142,8 @@ class CC_EXPORT Picture
|
| // Record a paint operation. To be able to safely use this SkPicture for
|
| // playback on a different thread this can only be called once.
|
| void Record(ContentLayerClient* client,
|
| + bool can_use_lcd_text,
|
| + bool contents_opaque,
|
| const SkTileGridFactory::TileGridInfo& tile_grid_info,
|
| RecordingMode recording_mode);
|
|
|
|
|