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

Unified Diff: ui/aura/root_window_host_linux.h

Issue 10919135: Move ash specific cursor code to CursorManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/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);

Powered by Google App Engine
This is Rietveld 408576698