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

Unified Diff: content/shell/renderer/test_runner/event_sender.h

Issue 990183003: Added EventSender.setTouchPointRadius() for layoutTests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added myself to AUTHORS. Impl. of AddTouchPoint temporary reverted Created 5 years, 9 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 | « AUTHORS ('k') | content/shell/renderer/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/event_sender.h
diff --git a/content/shell/renderer/test_runner/event_sender.h b/content/shell/renderer/test_runner/event_sender.h
index a2e6184cb92559aae72863b98a80e7ed0c27343c..70ea74e14d263f05fbebf16588129beb4e34b7da 100644
--- a/content/shell/renderer/test_runner/event_sender.h
+++ b/content/shell/renderer/test_runner/event_sender.h
@@ -108,6 +108,10 @@ class EventSender : public base::SupportsWeakPtr<EventSender> {
void ReleaseTouchPoint(unsigned index);
void UpdateTouchPoint(unsigned index, float x, float y);
void CancelTouchPoint(unsigned index);
+ void SetTouchPointRadius(unsigned index,
+ float rx,
+ float ry,
+ bool set_state_moved);
void SetTouchModifier(const std::string& key_name, bool set_mask);
void SetTouchCancelable(bool cancelable);
void ThrowTouchPointError();
« no previous file with comments | « AUTHORS ('k') | content/shell/renderer/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698