Index: Source/core/dom/ViewportArguments.h |
diff --git a/Source/core/dom/ViewportArguments.h b/Source/core/dom/ViewportArguments.h |
index 5afacfede3e71085c323951ee40cadd45abbf0d5..ae3e94fd672977fe8f8b6e6b1bb5f83acea3ab26 100644 |
--- a/Source/core/dom/ViewportArguments.h |
+++ b/Source/core/dom/ViewportArguments.h |
@@ -87,7 +87,7 @@ struct ViewportArguments { |
} |
// All arguments are in CSS units. |
- PageScaleConstraints resolve(const FloatSize& initialViewportSize, const FloatSize& deviceSize, int defaultWidth) const; |
+ PageScaleConstraints resolve(const FloatSize& initialViewportSize, int defaultWidth) const; |
float width; |
float minWidth; |