| Index: third_party/WebKit/public/platform/WebLayerTreeView.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| index 441c36f553fb3eda68a11589bd80694d71add796..68160886ccb5c053c494ef7539ea5fc0a84576d4 100644
|
| --- a/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| +++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| @@ -141,6 +141,9 @@ public:
|
| virtual void registerSelection(const WebSelection&) { }
|
| virtual void clearSelection() { }
|
|
|
| + // Input properties ---------------------------------------------------
|
| + virtual void setHaveWheelEventHandlers(bool) { };
|
| +
|
| // Debugging / dangerous ---------------------------------------------
|
|
|
| virtual int layerTreeId() const { return 0; }
|
|
|