Chromium Code Reviews| 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; |
|
sky
2015/11/22 15:42:09
Just to make sure, this is the bounds of the paren
chrishtr
2015/11/23 16:52:02
It's the paintable bounds of this layer, in the lo
|
| scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList( |
| const gfx::Rect& clip, |
| ContentLayerClient::PaintingControlSetting painting_control) override; |