Index: Source/core/page/PageScaleConstraintsSet.h |
diff --git a/Source/core/page/PageScaleConstraintsSet.h b/Source/core/page/PageScaleConstraintsSet.h |
index 8cdc08b48dc774a64e45ef84c93dc5141b14cb38..2f43bc11628d81288d6ccf12a03c545d78bd31b4 100644 |
--- a/Source/core/page/PageScaleConstraintsSet.h |
+++ b/Source/core/page/PageScaleConstraintsSet.h |
@@ -48,7 +48,7 @@ public: |
// Settings defined in the website's viewport tag, if viewport tag support |
// is enabled. |
const PageScaleConstraints& pageDefinedConstraints() const { return m_pageDefinedConstraints; } |
- void updatePageDefinedConstraints(const ViewportArguments&, IntSize viewSize, int layoutFallbackWidth); |
+ void updatePageDefinedConstraints(const ViewportArguments&, IntSize viewSize); |
void adjustPageDefinedConstraintsForAndroidWebView(const ViewportArguments&, IntSize viewSize, int layoutFallbackWidth, float deviceScaleFactor, bool useWideViewport, bool loadWithOverviewMode); |
// Constraints may also be set from Chromium -- this overrides any |