Index: Source/web/PageScaleConstraintsSet.h |
diff --git a/Source/web/PageScaleConstraintsSet.h b/Source/web/PageScaleConstraintsSet.h |
index c2c67424a92436afc1be39ac3b99958d581c5fc0..53ea2911b155986d03358f3516c78e17ee5c4849 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); |
+ void applyDeviceScaleAdjustment(const WebCore::ViewportDescription&, float deviceScaleAdjustment, float minimumWidth); |
// Constraints may also be set from Chromium -- this overrides any |
// page-defined values. |