| 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());
|
|
|
|
|