Chromium Code Reviews| Index: cc/trees/layer_tree_impl.h |
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
| index dadc6c3d3a2fcf8ab75624c6b831410a7cb28566..b6569c42009af2a51e6ddb1d515123155be6e7d6 100644 |
| --- a/cc/trees/layer_tree_impl.h |
| +++ b/cc/trees/layer_tree_impl.h |
| @@ -105,7 +105,8 @@ class CC_EXPORT LayerTreeImpl { |
| base::TimeDelta CurrentBeginFrameInterval() const; |
| gfx::Rect DeviceViewport() const; |
| gfx::Size DrawViewportSize() const; |
| - const gfx::Rect ViewportRectForTilePriority() const; |
| + gfx::Size GetStableScreenSize() const; |
|
aelias_OOO_until_Jul13
2016/06/29 07:21:16
Hmm, any reason you decided not to use OutputSurfa
danakj
2016/06/29 19:47:39
SurfaceSize() is passed from LTHI to Renderer::Dra
|
| + gfx::Rect ViewportRectForTilePriority() const; |
| std::unique_ptr<ScrollbarAnimationController> |
| CreateScrollbarAnimationController(int scroll_layer_id); |
| void DidAnimateScrollOffset(); |