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

Unified Diff: ash/wm/sticky_keys_unittest.cc

Issue 95403006: x11: Cleanup how valuators are set for X events in tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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 | « no previous file | ui/events/test/events_test_utils_x11.h » ('j') | ui/events/test/events_test_utils_x11.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/sticky_keys_unittest.cc
diff --git a/ash/wm/sticky_keys_unittest.cc b/ash/wm/sticky_keys_unittest.cc
index e8e8975c192c7d5c89925072474aa9587a19df8a..b8f0c92abc64bcfadf731d8c96b84e27ac1a0d2d 100644
--- a/ash/wm/sticky_keys_unittest.cc
+++ b/ash/wm/sticky_keys_unittest.cc
@@ -502,7 +502,7 @@ TEST_F(StickyKeysTest, MouseEventLocked) {
}
TEST_F(StickyKeysTest, ScrollEvents) {
- ui::SetUpScrollDeviceForTest(kScrollDeviceId);
+ ui::SetupScrollDeviceForTest(kScrollDeviceId);
Daniel Erat 2013/12/02 21:29:10 "SetUp" was correct. see e.g. http://notaverb.com/
sadrul 2013/12/02 21:49:50 Done.
// Australlian scrolling is enabled by default for some reason.
ui::DeviceDataManager::GetInstance()->set_natural_scroll_enabled(true);
« no previous file with comments | « no previous file | ui/events/test/events_test_utils_x11.h » ('j') | ui/events/test/events_test_utils_x11.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698