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

Unified Diff: components/test_runner/event_sender.h

Issue 2093343002: Scale the emulated event in EventSender when use-zoom-for-dsf is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « components/test_runner/BUILD.gn ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/event_sender.h
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
index 20c10ed063743613834d170cf9e0993c3d11910f..4f77fcf47a98f080b9dff305a14f36f2b95c5457 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -205,6 +205,9 @@ class EventSender {
void SendGesturesForMouseWheelEvent(
const blink::WebMouseWheelEvent wheel_event);
+ std::unique_ptr<blink::WebInputEvent> ScaleEvent(
tkent 2016/06/27 00:54:55 We should have a comment that this returns null un
oshima 2016/06/27 02:29:36 Done.
+ const blink::WebInputEvent& event);
+
double last_event_timestamp() { return last_event_timestamp_; }
bool force_layout_on_events() const { return force_layout_on_events_; }
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698