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

Unified Diff: Source/core/page/scrolling/ScrollingCoordinator.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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 | « Source/core/page/scrolling/ScrollingConstraints.cpp ('k') | Source/core/platform/Arena.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/scrolling/ScrollingCoordinator.h
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
index e8e17626b14fdc5257cda6084a26febee1f1881d..acb13c67a58f2fbf4e8e78f4c10e9a3c906c54f4 100644
--- a/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -63,7 +63,7 @@ public:
// Should be called whenever the given frame view has been laid out.
void frameViewLayoutUpdated(FrameView*);
- // Should be called whenever a wheel event handler is added or removed in the
+ // Should be called whenever a wheel event handler is added or removed in the
// frame view's underlying document.
void frameViewWheelEventHandlerCountChanged(FrameView*);
@@ -130,7 +130,7 @@ private:
bool hasVisibleSlowRepaintViewportConstrainedObjects(FrameView*) const;
void updateShouldUpdateScrollLayerPositionOnMainThread();
-
+
static WebKit::WebLayer* scrollingWebLayerForScrollableArea(ScrollableArea*);
bool touchHitTestingEnabled() const;
« no previous file with comments | « Source/core/page/scrolling/ScrollingConstraints.cpp ('k') | Source/core/platform/Arena.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698