Index: third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.cpp |
diff --git a/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.cpp b/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.cpp |
index fa1e2c97f0289ac23809532041f7b594d34275c3..acf0e7a28b83f401ef9576b06c51ff68496d0542 100644 |
--- a/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.cpp |
+++ b/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.cpp |
@@ -219,8 +219,9 @@ void PageScaleConstraintsSet::adjustForAndroidWebViewQuirks( |
} |
if (wideViewportQuirkEnabled) { |
- if (useWideViewport && (description.maxWidth.isAuto() || |
- description.maxWidth.type() == ExtendToZoom) && |
+ if (useWideViewport && |
+ (description.maxWidth.isAuto() || |
+ description.maxWidth.type() == ExtendToZoom) && |
description.zoom != 1.0f) { |
if (layoutFallbackWidth) |
adjustedLayoutSizeWidth = layoutFallbackWidth; |