| Index: ash/display/display_change_observer_x11.h
|
| diff --git a/ash/display/display_change_observer_x11.h b/ash/display/display_change_observer_x11.h
|
| index 33fafb34e468db6f476b0b2a28ccb4b5aee38731..51741969ec9698d0282402c08e996d0277a4dc47 100644
|
| --- a/ash/display/display_change_observer_x11.h
|
| +++ b/ash/display/display_change_observer_x11.h
|
| @@ -5,11 +5,6 @@
|
| #ifndef ASH_DISPLAY_DISPLAY_CHANGE_OBSERVER_X11_H
|
| #define ASH_DISPLAY_DISPLAY_CHANGE_OBSERVER_X11_H
|
|
|
| -#include <X11/Xlib.h>
|
| -
|
| -// Xlib.h defines RootWindow.
|
| -#undef RootWindow
|
| -
|
| #include "ash/ash_export.h"
|
| #include "ash/shell_observer.h"
|
| #include "base/basictypes.h"
|
| @@ -44,12 +39,6 @@ class DisplayChangeObserverX11
|
| virtual void OnAppTerminating() OVERRIDE;
|
|
|
| private:
|
| - Display* xdisplay_;
|
| -
|
| - ::Window x_root_window_;
|
| -
|
| - int xrandr_event_base_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(DisplayChangeObserverX11);
|
| };
|
|
|
|
|