Index: Source/core/page/Page.h |
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
index caacfa8aac46e0bc86a27bec077aed3e4cfdeb30..f4d664b4f47f797a445d7d1ba7ec325d7d326ac9 100644 |
--- a/Source/core/page/Page.h |
+++ b/Source/core/page/Page.h |
@@ -160,7 +160,7 @@ public: |
void setDefersLoading(bool); |
bool defersLoading() const { return m_defersLoading; } |
- void setPageScaleFactor(float scale, const IntPoint& origin); |
+ void setPageScaleFactor(float); |
float pageScaleFactor() const; |
float deviceScaleFactor() const { return m_deviceScaleFactor; } |