Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 4540909f51c68123632fa0a38a12986db46fccd6..522540c02b32a1ebcfcc7c3e22987b5a48cba231 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -255,6 +255,7 @@ public: |
String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionCode& = ASSERT_NO_EXCEPTION) const; |
void setPageScaleFactor(float scaleFactor, int x, int y, ExceptionCode&); |
+ float pageScaleFactor(ExceptionCode&); |
void webkitWillEnterFullScreenForElement(Document*, Element*); |
void webkitDidEnterFullScreenForElement(Document*, Element*); |