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

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: update WorkspaceManagerTest 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') | no next file with comments »
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 9328dfae593d1f665018a8c95aa8fcc6555b40ce..b889e0bcd720e29e2b6116a56d212dbd026c2a7c 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -269,7 +269,7 @@ void Shell::Init() {
CreateSpecialContainers(&containers);
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698