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

Unified Diff: ui/events/test/events_test_utils_x11.h

Issue 191223007: Move touch CTM from X into Chrome (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix all the unittests Created 6 years, 7 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: ui/events/test/events_test_utils_x11.h
diff --git a/ui/events/test/events_test_utils_x11.h b/ui/events/test/events_test_utils_x11.h
index bec1c4f6a8a711d48b9e3e7404040f08e821e99a..d6c45a09101c4849c97a6694e81ad93dc0dac3c2 100644
--- a/ui/events/test/events_test_utils_x11.h
+++ b/ui/events/test/events_test_utils_x11.h
@@ -69,7 +69,8 @@ class ScopedXI2Event {
int evtype,
int tracking_id,
const gfx::Point& location,
- const std::vector<Valuator>& valuators);
+ const std::vector<Valuator>& valuators,
+ ::Window target);
private:
void Cleanup();

Powered by Google App Engine
This is Rietveld 408576698