| Index: Source/web/PageScaleConstraintsSet.h
|
| diff --git a/Source/web/PageScaleConstraintsSet.h b/Source/web/PageScaleConstraintsSet.h
|
| index b31d4e4b1255ac4520697eb237b3a31a704f921e..cc98646b2c66e68dd92c9cabe71906ec2b9c3328 100644
|
| --- a/Source/web/PageScaleConstraintsSet.h
|
| +++ b/Source/web/PageScaleConstraintsSet.h
|
| @@ -50,6 +50,7 @@ public:
|
| 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, bool nonUserScalableQuirkEnabled);
|
| + void applyDeviceScaleAdjustment(const WebCore::ViewportDescription&, float deviceScaleAdjustment);
|
|
|
| // Constraints may also be set from Chromium -- this overrides any
|
| // page-defined values.
|
|
|