| Index: cc/layers/picture_layer.h
|
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
|
| index 740bd858291fa07eabb970ebc35a346d6cdde95a..90b686bb920ae436d7a1e23ababeb55a5e92e11b 100644
|
| --- a/cc/layers/picture_layer.h
|
| +++ b/cc/layers/picture_layer.h
|
| @@ -49,6 +49,8 @@ class CC_EXPORT PictureLayer : public Layer {
|
| explicit PictureLayer(ContentLayerClient* client);
|
| virtual ~PictureLayer();
|
|
|
| + void UpdateUseLCDText();
|
| +
|
| private:
|
| ContentLayerClient* client_;
|
| scoped_refptr<PicturePile> pile_;
|
| @@ -60,6 +62,7 @@ class CC_EXPORT PictureLayer : public Layer {
|
| Region pile_invalidation_;
|
| gfx::Rect last_updated_visible_content_rect_;
|
| bool is_mask_;
|
| + bool use_lcd_text_;
|
|
|
| int update_source_frame_number_;
|
|
|
|
|