| 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 5b5921702264f6a4ca963ab3f795c244271a78c7..6b7889e7eaf4b147d5109ebf0a6727b59c0aad5c 100644
|
| --- a/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| +++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| @@ -159,17 +159,17 @@ class WebLayerTreeView {
|
|
|
| // Input properties ---------------------------------------------------
|
| virtual void setEventListenerProperties(WebEventListenerClass,
|
| - WebEventListenerProperties){};
|
| + WebEventListenerProperties) {}
|
| virtual void updateTouchRectsForSubframeIfNecessary() {}
|
| - virtual void setHaveScrollEventHandlers(bool){};
|
| + virtual void setHaveScrollEventHandlers(bool) {}
|
|
|
| // Debugging / dangerous ---------------------------------------------
|
|
|
| virtual WebEventListenerProperties eventListenerProperties(
|
| WebEventListenerClass) const {
|
| return WebEventListenerProperties::Nothing;
|
| - };
|
| - virtual bool haveScrollEventHandlers() const { return false; };
|
| + }
|
| + virtual bool haveScrollEventHandlers() const { return false; }
|
|
|
| virtual int layerTreeId() const { return 0; }
|
|
|
|
|