| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index d6f593a0f418deb6edee2f27374eda91d5d4cf84..2ec6131495a0979cd935fb75fb041c991d47fcb6 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -347,6 +347,7 @@ class COMPOSITOR_EXPORT Layer
|
| void RequestCopyOfOutput(scoped_ptr<cc::CopyOutputRequest> request);
|
|
|
| // ContentLayerClient
|
| + gfx::Rect PaintableRegion() override;
|
| scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(
|
| const gfx::Rect& clip,
|
| ContentLayerClient::PaintingControlSetting painting_control) override;
|
|
|