| Index: third_party/WebKit/public/platform/WebLayer.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
|
| index bfbc9ed2e30dbf24782434f972f7e9555a4e3f57..239e948cb3238e1f09502cf20454a987f0eecfcd 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -158,8 +158,8 @@ class WebLayer {
|
| virtual void setClipParent(WebLayer*) = 0;
|
|
|
| // Scrolling
|
| - virtual void setScrollPositionDouble(WebDoublePoint) = 0;
|
| - virtual WebDoublePoint scrollPositionDouble() const = 0;
|
| + virtual void setScrollOffset(WebFloatSize) = 0;
|
| + virtual WebFloatSize scrollOffset() const = 0;
|
|
|
| // To set a WebLayer as scrollable we must specify the corresponding clip layer.
|
| virtual void setScrollClipLayer(WebLayer*) = 0;
|
|
|