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

Unified Diff: ash/wm/base_layout_manager_unittest.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 | « ash/shell.cc ('k') | ash/wm/compact_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/base_layout_manager_unittest.cc
diff --git a/ash/wm/base_layout_manager_unittest.cc b/ash/wm/base_layout_manager_unittest.cc
index 6e16543a08a21d6e6067ae0257c4029d1dae13ed..5fe3d734244b7852fdd21bf224392a6d1159d9ec 100644
--- a/ash/wm/base_layout_manager_unittest.cc
+++ b/ash/wm/base_layout_manager_unittest.cc
@@ -29,7 +29,7 @@ class BaseLayoutManagerTest : public aura::test::AuraTestBase {
gfx::Insets(1, 2, 3, 4));
aura::RootWindow::GetInstance()->SetHostSize(gfx::Size(800, 600));
container_.reset(new aura::Window(NULL));
- container_->Init(ui::Layer::LAYER_HAS_NO_TEXTURE);
+ container_->Init(ui::Layer::LAYER_NOT_DRAWN);
container_->SetBounds(gfx::Rect(0, 0, 500, 500));
layout_manager_ = new internal::BaseLayoutManager();
container_->SetLayoutManager(layout_manager_);
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/compact_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698