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

Unified Diff: trunk/src/ui/views/widget/widget.h

Issue 77203002: Revert 236048 "Rename RootWindowHost* to WindowTreeHost*" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/ui/views/widget/widget.h
===================================================================
--- trunk/src/ui/views/widget/widget.h (revision 236092)
+++ trunk/src/ui/views/widget/widget.h (working copy)
@@ -52,7 +52,7 @@
namespace views {
-class DesktopWindowTreeHost;
+class DesktopRootWindowHost;
class InputMethod;
class NativeWidget;
class NonClientFrameView;
@@ -207,11 +207,11 @@
// When set, this value is used as the Widget's NativeWidget implementation.
// The Widget will not construct a default one. Default is NULL.
NativeWidget* native_widget;
- // Aura-only. Provides a DesktopWindowTreeHost implementation to use instead
+ // Aura-only. Provides a DesktopRootWindowHost implementation to use instead
// of the default one.
// TODO(beng): Figure out if there's a better way to expose this, e.g. get
// rid of NW subclasses and do this all via message handling.
- DesktopWindowTreeHost* desktop_root_window_host;
+ DesktopRootWindowHost* desktop_root_window_host;
// Whether this window is intended to be a toplevel window with no
// attachment to any other window. (This may be a transient window if
// |parent| is set.)
« no previous file with comments | « trunk/src/ui/views/widget/native_widget_aura_unittest.cc ('k') | trunk/src/ui/views/widget/widget_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698