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

Unified Diff: ui/views/widget/desktop_aura/x11_window_event_filter.h

Issue 126513004: Rename RootWindowHost to WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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/views/widget/desktop_aura/x11_window_event_filter.h
diff --git a/ui/views/widget/desktop_aura/x11_window_event_filter.h b/ui/views/widget/desktop_aura/x11_window_event_filter.h
index d172958cc8f64c6a0931b7b4a664747f4a1cc9c8..303de83cfa36a301f482f150fea13226dcaa7777 100644
--- a/ui/views/widget/desktop_aura/x11_window_event_filter.h
+++ b/ui/views/widget/desktop_aura/x11_window_event_filter.h
@@ -26,14 +26,14 @@ class Point;
}
namespace views {
-class DesktopRootWindowHost;
+class DesktopWindowTreeHost;
class NativeWidgetAura;
// An EventFilter that sets properties on X11 windows.
class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
public:
X11WindowEventFilter(aura::RootWindow* root_window,
- DesktopRootWindowHost* root_window_host);
+ DesktopWindowTreeHost* root_window_host);
virtual ~X11WindowEventFilter();
// Changes whether borders are shown on this |root_window|.
@@ -57,7 +57,7 @@ class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
ui::X11AtomCache atom_cache_;
- DesktopRootWindowHost* root_window_host_;
+ DesktopWindowTreeHost* root_window_host_;
// True if |xwindow_| is the current _NET_ACTIVE_WINDOW.
bool is_active_;
« no previous file with comments | « ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc ('k') | ui/views/widget/desktop_aura/x11_window_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698