| Index: cc/blink/web_content_layer_impl.h
|
| diff --git a/cc/blink/web_content_layer_impl.h b/cc/blink/web_content_layer_impl.h
|
| index 2966bd4953b6672b0789f02889066a4a115f9a6f..148f4fc736093d3678497d9a062924b374f69c4d 100644
|
| --- a/cc/blink/web_content_layer_impl.h
|
| +++ b/cc/blink/web_content_layer_impl.h
|
| @@ -40,6 +40,9 @@ class WebContentLayerImpl : public blink::WebContentLayer,
|
| const gfx::Rect& clip,
|
| ContentLayerClient::GraphicsContextStatus
|
| graphics_context_status) override;
|
| + scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(
|
| + const gfx::Rect& clip,
|
| + GraphicsContextStatus graphics_context_status) override;
|
| bool FillsBoundsCompletely() const override;
|
|
|
| scoped_ptr<WebLayerImpl> layer_;
|
| @@ -47,9 +50,6 @@ class WebContentLayerImpl : public blink::WebContentLayer,
|
| bool draws_content_;
|
|
|
| private:
|
| - bool can_use_lcd_text_;
|
| - bool ignore_lcd_text_change_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(WebContentLayerImpl);
|
| };
|
|
|
|
|