| 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 12bed59505851dea3107d85a1d4fe4434c072afd..76a84f4512db0b17100cf4dcfafec685f3ca3e93 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| @@ -41,6 +41,7 @@ namespace ui {
|
|
|
| class DisplayModeX11;
|
| class DisplaySnapshotX11;
|
| +class InputDeviceEventObserver;
|
| class NativeDisplayEventDispatcherX11;
|
|
|
| class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
|
| @@ -96,7 +97,6 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
|
|
|
| private:
|
| class HelperDelegateX11;
|
| - class PlatformEventObserverX11;
|
|
|
| // Parses all the modes made available by |screen_|.
|
| void InitModes();
|
| @@ -150,7 +150,7 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
|
| scoped_ptr<NativeDisplayEventDispatcherX11> platform_event_dispatcher_;
|
|
|
| // Processes X11 display events that have no X11 window associated with it.
|
| - scoped_ptr<PlatformEventObserverX11> platform_event_observer_;
|
| + scoped_ptr<InputDeviceEventObserver> input_hotplug_observer_;
|
|
|
| // List of observers waiting for display configuration change events.
|
| ObserverList<NativeDisplayObserver> observers_;
|
|
|