| 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 fb0fcb7773284c89b3e9d0107c3c4f37540d50e9..82956b847dd1072ad1a1f6d739a0697c14103d00 100644
|
| --- a/cc/blink/web_content_layer_impl.h
|
| +++ b/cc/blink/web_content_layer_impl.h
|
| @@ -35,9 +35,6 @@ class WebContentLayerImpl : public blink::WebContentLayer,
|
| ~WebContentLayerImpl() override;
|
|
|
| // ContentLayerClient implementation.
|
| - void PaintContents(SkCanvas* canvas,
|
| - const gfx::Rect& clip,
|
| - PaintingControlSetting painting_control) override;
|
| scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(
|
| const gfx::Rect& clip,
|
| PaintingControlSetting painting_control) override;
|
|
|