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

Unified Diff: third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/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;
« no previous file with comments | « third_party/WebKit/Source/core/frame/NavigatorID.cpp ('k') | third_party/WebKit/Source/core/frame/SmartClip.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698