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

Unified Diff: third_party/WebKit/Source/core/frame/RootFrameViewport.h

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak Created 4 years, 2 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
Index: third_party/WebKit/Source/core/frame/RootFrameViewport.h
diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
index 40c01cc11cbf5e01e480309a0c04c405a4bd9e98..ca416c778653e32a6b278778fe5bcace0080027d 100644
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
@@ -115,9 +115,9 @@ class CORE_EXPORT RootFrameViewport final
ScrollBehavior,
ViewportToScrollFirst);
- // If either of the layout or visual viewports are scrolled explicitly (i.e. not
- // through this class), their updated offset will not be reflected in this class'
- // animator so use this method to pull updated values when necessary.
+ // If either of the layout or visual viewports are scrolled explicitly (i.e.
+ // not through this class), their updated offset will not be reflected in this
+ // class' animator so use this method to pull updated values when necessary.
void updateScrollAnimator();
ScrollableArea& visualViewport() const {
« no previous file with comments | « third_party/WebKit/Source/core/frame/RemoteFrame.cpp ('k') | third_party/WebKit/Source/core/frame/RootFrameViewport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698