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

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

Issue 1050713002: aura: Remove layerless windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: layerless: rebase Created 5 years, 9 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/wm/core/shadow_controller_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 cd015305e8382a24a240a61b89849451fd599702..b3c76a21ae238f97398df24a6c27a4cd627c6e0a 100644
--- a/ui/views/widget/widget.cc
+++ b/ui/views/widget/widget.cc
@@ -112,7 +112,7 @@ Widget::InitParams::InitParams()
parent(NULL),
native_widget(NULL),
desktop_window_tree_host(NULL),
- layer_type(aura::WINDOW_LAYER_TEXTURED),
+ layer_type(ui::LAYER_TEXTURED),
context(NULL),
force_show_in_taskbar(false) {
}
@@ -135,7 +135,7 @@ Widget::InitParams::InitParams(Type type)
parent(NULL),
native_widget(NULL),
desktop_window_tree_host(NULL),
- layer_type(aura::WINDOW_LAYER_TEXTURED),
+ layer_type(ui::LAYER_TEXTURED),
context(NULL),
force_show_in_taskbar(false) {
}
« no previous file with comments | « ui/views/widget/widget.h ('k') | ui/wm/core/shadow_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698