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

Unified Diff: Source/testing/runner/EventSender.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
« no previous file with comments | « Source/core/testing/Internals.idl ('k') | Source/testing/runner/EventSender.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/EventSender.h
diff --git a/Source/testing/runner/EventSender.h b/Source/testing/runner/EventSender.h
index b4fe5b8c83557b19213c7bc1836d91422a04b436..92cfafa8b416afe68a60be43c2870e30521fc57d 100644
--- a/Source/testing/runner/EventSender.h
+++ b/Source/testing/runner/EventSender.h
@@ -86,7 +86,7 @@ public:
void textZoomOut(const CppArgumentList&, CppVariant*);
void zoomPageIn(const CppArgumentList&, CppVariant*);
void zoomPageOut(const CppArgumentList&, CppVariant*);
- void scalePageBy(const CppArgumentList&, CppVariant*);
+ void setPageScaleFactor(const CppArgumentList&, CppVariant*);
void mouseDragBegin(const CppArgumentList&, CppVariant*);
void mouseScrollBy(const CppArgumentList&, CppVariant*);
« no previous file with comments | « Source/core/testing/Internals.idl ('k') | Source/testing/runner/EventSender.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698