Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1325)

Unified Diff: third_party/WebKit/public/platform/WebLayerTreeView.h

Issue 2649273002: Fix formatting errors in WebLayerTreeView.h (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698