| 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 dc6efa8392b12f1f48e546b9196107ae7ff2c404..9fb35d12ae34175b14be3adc8cde838349d0c609 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -36,6 +36,7 @@
|
| #include "WebFloatSize.h"
|
| #include "WebPoint.h"
|
| #include "WebRect.h"
|
| +#include "WebScrollBoundaryBehavior.h"
|
| #include "WebSize.h"
|
| #include "WebString.h"
|
| #include "WebTouchInfo.h"
|
| @@ -209,6 +210,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;
|
|
|
|
|