Chromium Code Reviews| 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..5958fe75a81d8c0f7ca8bd668e62a9374f1bd4f3 100644 |
| --- a/cc/blink/web_content_layer_impl.h |
| +++ b/cc/blink/web_content_layer_impl.h |
| @@ -34,10 +34,6 @@ class WebContentLayerImpl : public blink::WebContentLayer, |
| protected: |
| ~WebContentLayerImpl() override; |
| - // ContentLayerClient implementation. |
|
danakj
2015/10/15 19:52:52
Keep the comment, it's for all the overrides in th
jbroman
2015/10/15 20:19:00
Whoops, fat fingered that.
|
| - 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; |