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

Unified Diff: ui/aura/root_window_host_linux.h

Issue 10279005: Aura on Linux: Make a DesktopScreenX11 to match the windows one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 8 years, 8 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
« no previous file with comments | « ui/aura/desktop/desktop_screen_x11.cc ('k') | ui/aura/root_window_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ad5d61da5b44741b7cd264cc36fb37a20b8c7cfc..ae435e98fa7b2401c30a3b688626e0941de31bb9 100644
--- a/ui/aura/root_window_host_linux.h
+++ b/ui/aura/root_window_host_linux.h
@@ -16,6 +16,10 @@
#include "ui/aura/root_window_host.h"
#include "ui/gfx/rect.h"
+namespace ui {
+class ViewProp;
+}
+
namespace aura {
class RootWindowHostLinux : public RootWindowHost,
@@ -95,6 +99,8 @@ class RootWindowHostLinux : public RootWindowHost,
scoped_array<XID> pointer_barriers_;
+ scoped_ptr<ui::ViewProp> prop_;
+
DISALLOW_COPY_AND_ASSIGN(RootWindowHostLinux);
};
« no previous file with comments | « ui/aura/desktop/desktop_screen_x11.cc ('k') | ui/aura/root_window_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698