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

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

Issue 121773003: Makes Window::Init take a WindowLayerType instead of LayerType. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to master 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
« no previous file with comments | « ui/views/widget/widget.h ('k') | ui/views/widget/widget_unittest.cc » ('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 179ccc656c976d34dd0ef54154596c2007dcdf74..63aa2cba031e71de72cce6e13b96640ba561d0a1 100644
--- a/ui/views/widget/widget.cc
+++ b/ui/views/widget/widget.cc
@@ -127,7 +127,7 @@ Widget::InitParams::InitParams()
native_widget(NULL),
desktop_root_window_host(NULL),
top_level(false),
- layer_type(ui::LAYER_TEXTURED),
+ layer_type(aura::WINDOW_LAYER_TEXTURED),
context(NULL) {
}
@@ -151,7 +151,7 @@ Widget::InitParams::InitParams(Type type)
native_widget(NULL),
desktop_root_window_host(NULL),
top_level(false),
- layer_type(ui::LAYER_TEXTURED),
+ layer_type(aura::WINDOW_LAYER_TEXTURED),
context(NULL) {
}
« no previous file with comments | « ui/views/widget/widget.h ('k') | ui/views/widget/widget_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698