Index: Source/web/PageScaleConstraintsSet.h |
diff --git a/Source/web/PageScaleConstraintsSet.h b/Source/web/PageScaleConstraintsSet.h |
index fa143f9a3d7f7741527cd8824ec09c65c3959260..7fd4217d2f59101795cbb0e48cbedf006865ea31 100644 |
--- a/Source/web/PageScaleConstraintsSet.h |
+++ b/Source/web/PageScaleConstraintsSet.h |
@@ -50,7 +50,7 @@ public: |
// is enabled. |
const WebCore::PageScaleConstraints& pageDefinedConstraints() const { return m_pageDefinedConstraints; } |
void updatePageDefinedConstraints(const WebCore::ViewportDescription&, WebCore::Length legacyFallbackWidth); |
- void adjustForAndroidWebViewQuirks(const WebCore::ViewportDescription&, int layoutFallbackWidth, float deviceScaleFactor, bool supportTargetDensityDPI, bool wideViewportQuirkEnabled, bool useWideViewport, bool loadWithOverviewMode, bool nonUserScalableQuirkEnabled); |
+ void adjustForAndroidWebViewQuirks(const WebCore::ViewportDescription&, int layoutFallbackWidth, float deviceScaleFactor, bool supportTargetDensityDPI, bool wideViewportQuirkEnabled, bool useWideViewport, bool shrinksViewportContentToFit, bool nonUserScalableQuirkEnabled); |
// Constraints may also be set from Chromium -- this overrides any |
// page-defined values. |