| Index: cc/layers/picture_layer.h
|
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
|
| index 232dba23ba7236c5fac6f64e46202fa63829361b..b4dff59d812293530a3e37e53bcdaa4d4bb9ccee 100644
|
| --- a/cc/layers/picture_layer.h
|
| +++ b/cc/layers/picture_layer.h
|
| @@ -60,7 +60,8 @@ class CC_EXPORT PictureLayer : public Layer {
|
| gfx::Rect last_updated_visible_content_rect_;
|
|
|
| int update_source_frame_number_;
|
| - bool can_use_lcd_text_last_frame_;
|
| + bool can_use_lcd_text_for_update_;
|
| + bool ignore_lcd_text_change_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PictureLayer);
|
| };
|
|
|