Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: Source/core/testing/Internals.h

Issue 18546003: Fix tests to avoid page scale reset when setting page scale. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use setPageScaleFactorLimits(). Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index c9fdf122d3a1a2810d28ae10d2b5b8a2e744cf63..d9906b7510639a0ca3b28616c26099ac76535af9 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -255,7 +255,6 @@ public:
String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionState& = ASSERT_NO_EXCEPTION_STATE) const;
void setDeviceScaleFactor(float scaleFactor, ExceptionState&);
- void setPageScaleFactor(float scaleFactor, int x, int y, ExceptionState&);
void setIsCursorVisible(Document*, bool, ExceptionState&);
« no previous file with comments | « LayoutTests/svg/as-image/image-respects-pageScaleFactor-change.html ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698