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

Unified Diff: ui/views/widget/widget.cc

Issue 160573002: Move root_window_host* in aura to window_tree_host*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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/views/widget/widget.h ('k') | ui/views/widget/widget_hwnd_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.cc
diff --git a/ui/views/widget/widget.cc b/ui/views/widget/widget.cc
index fc02afe6344bbfb3f605f549fe398b1ee22aeadc..77cfde4ca74a9eb832b3d0be1c1b0f588a7f4675 100644
--- a/ui/views/widget/widget.cc
+++ b/ui/views/widget/widget.cc
@@ -125,7 +125,7 @@ Widget::InitParams::InitParams()
double_buffer(false),
parent(NULL),
native_widget(NULL),
- desktop_root_window_host(NULL),
+ desktop_window_tree_host(NULL),
top_level(false),
layer_type(aura::WINDOW_LAYER_TEXTURED),
context(NULL),
@@ -150,7 +150,7 @@ Widget::InitParams::InitParams(Type type)
double_buffer(false),
parent(NULL),
native_widget(NULL),
- desktop_root_window_host(NULL),
+ desktop_window_tree_host(NULL),
top_level(false),
layer_type(aura::WINDOW_LAYER_TEXTURED),
context(NULL),
« no previous file with comments | « ui/views/widget/widget.h ('k') | ui/views/widget/widget_hwnd_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698