| 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 d4b608d15d3d4dd6c88919bfe9fcb57bc180cae8..1d2cf107335e27a5036abcf4c20e2fe5734e13a6 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| @@ -140,7 +140,7 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
|
|
|
| // Processes X11 display events associated with the root window and notifies
|
| // |observers_| when a display change has occurred.
|
| - scoped_ptr<NativeDisplayEventDispatcherX11> message_pump_dispatcher_;
|
| + scoped_ptr<NativeDisplayEventDispatcherX11> platform_event_dispatcher_;
|
|
|
| // Processes X11 display events that have no X11 window associated with it.
|
| scoped_ptr<MessagePumpObserverX11> message_pump_observer_;
|
|
|