| Index: public/platform/WebLayer.h
|
| diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
|
| index 046b98021de00fbbac2fa6a35a664b09418c725b..5026e0d80cfcf712d983c14ad6c6b03661d4d2b7 100644
|
| --- a/public/platform/WebLayer.h
|
| +++ b/public/platform/WebLayer.h
|
| @@ -173,8 +173,6 @@ public:
|
| virtual void setScrollPosition(WebPoint) = 0;
|
| virtual WebPoint scrollPosition() const = 0;
|
|
|
| - virtual WebSize maxScrollPosition() const = 0;
|
| -
|
| // To set a WebLayer as scrollable we must specify the corresponding clip layer.
|
| virtual void setScrollClipLayer(WebLayer*) = 0;
|
| virtual bool scrollable() const = 0;
|
|
|