| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 95a9bac0b9f472372f736c5b9ad13032ab374168..51ae456172b2cffe53d5ba1090e3c7e66fdfc1e2 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -209,7 +209,7 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| // These return the size of the root scrollable area and the size of
|
| // the user-visible scrolling viewport, in CSS layout coordinates.
|
| - gfx::Size ScrollableSize() const;
|
| + gfx::SizeF ScrollableSize() const;
|
| gfx::SizeF ScrollableViewportSize() const;
|
|
|
| gfx::Rect RootScrollLayerDeviceViewportBounds() const;
|
|
|