Chromium Code Reviews| Index: cc/layers/content_layer.h |
| diff --git a/cc/layers/content_layer.h b/cc/layers/content_layer.h |
| index fe0bd37970f4323f51f8043a5e475e07456db496..6073054cb0e2fdd7b0ef066e568e6f57a878a6c8 100644 |
| --- a/cc/layers/content_layer.h |
| +++ b/cc/layers/content_layer.h |
| @@ -69,7 +69,8 @@ class CC_EXPORT ContentLayer : public TiledLayer { |
| ContentLayerClient* client_; |
| scoped_refptr<ContentLayerUpdater> updater_; |
| - bool can_use_lcd_text_last_frame_; |
| + bool can_use_lcd_text_for_update_; |
| + bool ignore_lcd_text_change_; |
|
reveman
2014/11/11 21:16:49
Suggestion that you can ignore if you like as this
danakj
2014/11/12 17:22:10
Done. Though poking around here I realized content
|
| DISALLOW_COPY_AND_ASSIGN(ContentLayer); |
| }; |