| 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 27306b7e6d9fa4b6263c6a16e7951cbb0cbb1726..dc6efa8392b12f1f48e546b9196107ae7ff2c404 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -38,6 +38,7 @@
|
| #include "WebRect.h"
|
| #include "WebSize.h"
|
| #include "WebString.h"
|
| +#include "WebTouchInfo.h"
|
| #include "WebVector.h"
|
|
|
| class SkMatrix44;
|
| @@ -184,7 +185,7 @@ class WebLayer {
|
| virtual void SetNonFastScrollableRegion(const WebVector<WebRect>&) = 0;
|
| virtual WebVector<WebRect> NonFastScrollableRegion() const = 0;
|
|
|
| - virtual void SetTouchEventHandlerRegion(const WebVector<WebRect>&) = 0;
|
| + virtual void SetTouchEventHandlerRegion(const WebVector<WebTouchInfo>&) = 0;
|
| virtual WebVector<WebRect> TouchEventHandlerRegion() const = 0;
|
|
|
| virtual void SetIsContainerForFixedPositionLayers(bool) = 0;
|
|
|