Chromium Code Reviews| Index: cc/layers/picture_layer.h |
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h |
| index 232dba23ba7236c5fac6f64e46202fa63829361b..05f70765407834602c25c5c44da1d1fb82ef941f 100644 |
| --- a/cc/layers/picture_layer.h |
| +++ b/cc/layers/picture_layer.h |
| @@ -61,6 +61,7 @@ class CC_EXPORT PictureLayer : public Layer { |
| int update_source_frame_number_; |
| bool can_use_lcd_text_last_frame_; |
| + bool first_update_lcd_text_occured_; |
| DISALLOW_COPY_AND_ASSIGN(PictureLayer); |
| }; |