| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 442d55db37f483718b121220ae52cb5f6c640bdf..187a3d9fcae1d180106e5572d46c376d59aef558 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -348,10 +348,6 @@ class COMPOSITOR_EXPORT Layer
|
| void RequestCopyOfOutput(scoped_ptr<cc::CopyOutputRequest> request);
|
|
|
| // ContentLayerClient
|
| - void PaintContents(
|
| - SkCanvas* canvas,
|
| - const gfx::Rect& clip,
|
| - ContentLayerClient::PaintingControlSetting painting_control) override;
|
| scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(
|
| const gfx::Rect& clip,
|
| ContentLayerClient::PaintingControlSetting painting_control) override;
|
|
|