| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index cf16a597b75703c1e2b563a0776da60578e8e223..a24a3dad3160139804429b7a8b3afd5a64f5b191 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -260,6 +260,7 @@ public:
|
| String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
|
| String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
|
|
|
| + float pageScaleFactor(ExceptionState&);
|
| void setPageScaleFactor(float scaleFactor, ExceptionState&);
|
| void setPageScaleFactorLimits(float minScaleFactor, float maxScaleFactor, ExceptionState&);
|
|
|
|
|