| Index: sky/engine/public/platform/WebLayer.h
|
| diff --git a/sky/engine/public/platform/WebLayer.h b/sky/engine/public/platform/WebLayer.h
|
| index 1e8d3c6eb3fc960f91cdccd18309a2369d83d7d2..028b8ab1910c3652809466754b55549ad45b3c6a 100644
|
| --- a/sky/engine/public/platform/WebLayer.h
|
| +++ b/sky/engine/public/platform/WebLayer.h
|
| @@ -181,10 +181,6 @@ public:
|
| virtual bool shouldScrollOnMainThread() const = 0;
|
|
|
| virtual void setNonFastScrollableRegion(const WebVector<WebRect>&) = 0;
|
| - virtual WebVector<WebRect> nonFastScrollableRegion() const = 0;
|
| -
|
| - virtual void setTouchEventHandlerRegion(const WebVector<WebRect>&) = 0;
|
| - virtual WebVector<WebRect> touchEventHandlerRegion() const = 0;
|
|
|
| // The scroll client is notified when the scroll position of the WebLayer
|
| // changes. Only a single scroll client can be set for a WebLayer at a time.
|
|
|