| 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 fd5bb6ef0dfc52776ab706a9f9f5c58a1e5c67ee..6e217e323bdd24501afff443ec6eb2367cabb054 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -197,9 +197,6 @@ public:
|
| virtual bool userScrollableHorizontal() const = 0;
|
| virtual bool userScrollableVertical() const = 0;
|
|
|
| - virtual void setHaveScrollEventHandlers(bool) = 0;
|
| - virtual bool haveScrollEventHandlers() const = 0;
|
| -
|
| // Indicates that this layer will always scroll on the main thread for the provided reason.
|
| virtual void addMainThreadScrollingReasons(uint32_t) = 0;
|
| // Indicates that the layer could scroll on the compositor thread.
|
|
|