| Index: ui/aura/root_window_host_linux.h
|
| diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h
|
| index 8e91c4d45915010cafa0b9fb1bbf3a53b2eec9ac..0e60dfec6af65c1810abf815c46616f8b8f9ccf1 100644
|
| --- a/ui/aura/root_window_host_linux.h
|
| +++ b/ui/aura/root_window_host_linux.h
|
| @@ -84,9 +84,6 @@ class RootWindowHostLinux : public RootWindowHost,
|
| // Is the cursor currently shown?
|
| bool cursor_shown_;
|
|
|
| - // The invisible cursor.
|
| - ::Cursor invisible_cursor_;
|
| -
|
| // The bounds of |xwindow_|.
|
| gfx::Rect bounds_;
|
|
|
| @@ -97,9 +94,6 @@ class RootWindowHostLinux : public RootWindowHost,
|
|
|
| scoped_ptr<ui::ViewProp> prop_;
|
|
|
| - class ImageCursors;
|
| - scoped_ptr<ImageCursors> image_cursors_;
|
| -
|
| X11AtomCache atom_cache_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RootWindowHostLinux);
|
|
|