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

Unified Diff: ash/wm/toplevel_window_event_handler_unittest.cc

Issue 121773003: Makes Window::Init take a WindowLayerType instead of LayerType. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to master Created 6 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/wm/stacking_controller_unittest.cc ('k') | ash/wm/workspace/multi_window_resize_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/toplevel_window_event_handler_unittest.cc
diff --git a/ash/wm/toplevel_window_event_handler_unittest.cc b/ash/wm/toplevel_window_event_handler_unittest.cc
index 17761a011f27a4e058c0bbfe592ae16e66193213..58a7a22a0880b6ba241d08fbeef90813c1816a4e 100644
--- a/ash/wm/toplevel_window_event_handler_unittest.cc
+++ b/ash/wm/toplevel_window_event_handler_unittest.cc
@@ -69,7 +69,7 @@ class ToplevelWindowEventHandlerTest : public AshTestBase {
aura::Window* w1 = new aura::Window(d1);
w1->SetType(ui::wm::WINDOW_TYPE_NORMAL);
w1->set_id(1);
- w1->Init(ui::LAYER_TEXTURED);
+ w1->Init(aura::WINDOW_LAYER_TEXTURED);
aura::Window* parent =
Shell::GetContainer(Shell::GetPrimaryRootWindow(),
internal::kShellWindowId_AlwaysOnTopContainer);
« no previous file with comments | « ash/wm/stacking_controller_unittest.cc ('k') | ash/wm/workspace/multi_window_resize_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698