| Index: cc/layers/picture_layer.h
|
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
|
| index e4acb1f09392c9880414578131a6b1ea52e4d37e..01a37a3018e121e4158168564ecc90a592fbbd15 100644
|
| --- a/cc/layers/picture_layer.h
|
| +++ b/cc/layers/picture_layer.h
|
| @@ -50,7 +50,7 @@ class CC_EXPORT PictureLayer : public Layer {
|
| ~PictureLayer() override;
|
|
|
| bool HasDrawableContent() const override;
|
| - void UpdateCanUseLCDText();
|
| + bool UpdateCanUseLCDText();
|
|
|
| private:
|
| ContentLayerClient* client_;
|
| @@ -64,7 +64,7 @@ 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 is_mask_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PictureLayer);
|
|
|