| 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 457ee2ee5a2daa15154c6e180bbfe7234a9f72d4..6f580b98dbe1b99d02105ae1dc55c8903f268783 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -34,6 +34,7 @@
|
| #include "WebFloatSize.h"
|
| #include "WebPoint.h"
|
| #include "WebRect.h"
|
| +#include "WebScrollBoundaryBehavior.h"
|
| #include "WebSize.h"
|
| #include "WebString.h"
|
| #include "WebVector.h"
|
| @@ -204,6 +205,8 @@ class WebLayer {
|
| // deleting the scroll client.
|
| virtual void setScrollClient(WebLayerScrollClient*) = 0;
|
|
|
| + virtual void setScrollBoundaryBehavior(WebScrollBoundaryBehavior) = 0;
|
| +
|
| // Sets the cc-side layer client.
|
| virtual void setLayerClient(cc::LayerClient*) = 0;
|
|
|
|
|