| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 5d997ae1e54623d9307dfc75617406dcd2e84027..89562b97d66fe0a70b44944ccc46bd84867a32f6 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -349,7 +349,6 @@ class COMPOSITOR_EXPORT Layer
|
| // ContentLayerClient
|
| gfx::Rect PaintableRegion() override;
|
| scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(
|
| - const gfx::Rect& clip,
|
| ContentLayerClient::PaintingControlSetting painting_control) override;
|
| bool FillsBoundsCompletely() const override;
|
| size_t GetApproximateUnsharedMemoryUsage() const override;
|
|
|