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

Unified Diff: ash/wm/workspace_controller_unittest.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
Index: ash/wm/workspace_controller_unittest.cc
diff --git a/ash/wm/workspace_controller_unittest.cc b/ash/wm/workspace_controller_unittest.cc
index 5438a6ff715a77291c264816c1b1961e380f5216..1b55cdd473118a7b460ff515b2fea8423f2f7a5b 100644
--- a/ash/wm/workspace_controller_unittest.cc
+++ b/ash/wm/workspace_controller_unittest.cc
@@ -43,7 +43,7 @@ class WorkspaceControllerTest : public aura::test::AuraTestBase {
aura::Window* CreateTestWindow() {
aura::Window* window = new aura::Window(NULL);
- window->Init(ui::Layer::LAYER_HAS_NO_TEXTURE);
+ window->Init(ui::Layer::LAYER_NOT_DRAWN);
contents_view()->AddChild(window);
window->Show();
return window;

Powered by Google App Engine
This is Rietveld 408576698