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

Unified Diff: third_party/WebKit/Source/web/RotationViewportAnchor.cpp

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . 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/web/RotationViewportAnchor.cpp
diff --git a/third_party/WebKit/Source/web/RotationViewportAnchor.cpp b/third_party/WebKit/Source/web/RotationViewportAnchor.cpp
index 11c0c801fdd6bd7da035a40a7ec70ca5fb1d55b1..3bdcf008a9d7c2adb38c7e343731d515069e3472 100644
--- a/third_party/WebKit/Source/web/RotationViewportAnchor.cpp
+++ b/third_party/WebKit/Source/web/RotationViewportAnchor.cpp
@@ -114,7 +114,8 @@ void RotationViewportAnchor::setAnchor() {
m_oldMinimumPageScaleFactor =
m_pageScaleConstraintsSet.finalConstraints().minimumScale;
- // Save the absolute location in case we won't find the anchor node, we'll fall back to that.
+ // Save the absolute location in case we won't find the anchor node, we'll
+ // fall back to that.
m_visualViewportInDocument =
FloatPoint(rootFrameViewport->visibleContentRectDouble().location());

Powered by Google App Engine
This is Rietveld 408576698