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

Unified Diff: ui/events/devices/input_device_event_observer.h

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/input_device_event_observer.h
diff --git a/ui/events/devices/input_device_event_observer.h b/ui/events/devices/input_device_event_observer.h
index 6cee8e87c0483acb15d351652040cce6de827f17..707fea2095d6cf2d40675aba9cfcd4d5500716dc 100644
--- a/ui/events/devices/input_device_event_observer.h
+++ b/ui/events/devices/input_device_event_observer.h
@@ -16,6 +16,8 @@ class EVENTS_DEVICES_EXPORT InputDeviceEventObserver {
virtual void OnKeyboardDeviceConfigurationChanged() = 0;
virtual void OnTouchscreenDeviceConfigurationChanged() = 0;
+ virtual void OnMouseDeviceConfigurationChanged() = 0;
+ virtual void OnTouchpadDeviceConfigurationChanged() = 0;
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698