| 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..ac3c7570b350f7d1ec9246c8981582232c02c5cb 100644
|
| --- a/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| +++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| @@ -141,8 +141,13 @@ public:
|
| virtual void registerSelection(const WebSelection&) { }
|
| virtual void clearSelection() { }
|
|
|
| + // Input properties ---------------------------------------------------
|
| + virtual void setHaveWheelEventHandlers(bool) { };
|
| +
|
| // Debugging / dangerous ---------------------------------------------
|
|
|
| + virtual bool haveWheelEventHandlers() const { return false; };
|
| +
|
| virtual int layerTreeId() const { return 0; }
|
|
|
| // Toggles the FPS counter in the HUD layer
|
|
|