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

Unified Diff: ash/shell.cc

Issue 9289036: aura: Add Layer::LAYER_SOLID_COLOR to compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor changes Created 8 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 | « no previous file | ash/wm/base_layout_manager_unittest.cc » ('j') | ui/gfx/compositor/layer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 088d7b15b7ba2e302f4e27d76c78871f3e800163..99395fb1cb1529e9e366ef19a0b30e1c092b5430 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -247,7 +247,7 @@ void Shell::Init() {
CreateSpecialContainers(&containers, IsWindowModeCompact());
aura::Window::Windows::const_iterator i;
for (i = containers.begin(); i != containers.end(); ++i) {
- (*i)->Init(ui::Layer::LAYER_HAS_NO_TEXTURE);
+ (*i)->Init(ui::Layer::LAYER_NOT_DRAWN);
root_window->AddChild(*i);
if ((*i)->id() != internal::kShellWindowId_UnparentedControlContainer)
(*i)->Show();
« no previous file with comments | « no previous file | ash/wm/base_layout_manager_unittest.cc » ('j') | ui/gfx/compositor/layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698