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

Unified Diff: ui/events/devices/x11/device_data_manager_x11_unittest.cc

Issue 889403003: Make PointerDeviceObserver work under Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/devices/x11/device_data_manager_x11_unittest.cc
diff --git a/ui/events/devices/x11/device_data_manager_x11_unittest.cc b/ui/events/devices/x11/device_data_manager_x11_unittest.cc
index 22ae224e2871831391355a0c0e15323ec36ca67c..8149111e19100644df1226a2257cfcc8e060f2a7 100644
--- a/ui/events/devices/x11/device_data_manager_x11_unittest.cc
+++ b/ui/events/devices/x11/device_data_manager_x11_unittest.cc
@@ -39,6 +39,8 @@ class TestInputDeviceObserver : public InputDeviceEventObserver {
void OnKeyboardDeviceConfigurationChanged() override {
change_notified_ = true;
}
+ void OnMouseDeviceConfigurationChanged() override {}
+ void OnTouchpadDeviceConfigurationChanged() override {}
int change_notified() const { return change_notified_; }
void Reset() { change_notified_ = false; }

Powered by Google App Engine
This is Rietveld 408576698