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

Unified Diff: ui/display/chromeos/x11/native_display_delegate_x11.h

Issue 336863002: Moving input device hotplug event processing outside of ui/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 3 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/display/chromeos/x11/native_display_delegate_x11.h
diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.h b/ui/display/chromeos/x11/native_display_delegate_x11.h
index 76a84f4512db0b17100cf4dcfafec685f3ca3e93..ce569883a2516bb88c4b02eeee06aea0235f65ad 100644
--- a/ui/display/chromeos/x11/native_display_delegate_x11.h
+++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
@@ -41,7 +41,6 @@ namespace ui {
class DisplayModeX11;
class DisplaySnapshotX11;
-class InputDeviceEventObserver;
class NativeDisplayEventDispatcherX11;
class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
@@ -149,9 +148,6 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
// |observers_| when a display change has occurred.
scoped_ptr<NativeDisplayEventDispatcherX11> platform_event_dispatcher_;
- // Processes X11 display events that have no X11 window associated with it.
- scoped_ptr<InputDeviceEventObserver> input_hotplug_observer_;
-
// List of observers waiting for display configuration change events.
ObserverList<NativeDisplayObserver> observers_;

Powered by Google App Engine
This is Rietveld 408576698