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