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

Unified Diff: ash/wm/system_gesture_event_filter_unittest.cc

Issue 1050713002: aura: Remove layerless windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: layerless: rebase Created 5 years, 9 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/toplevel_window_event_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/system_gesture_event_filter_unittest.cc
diff --git a/ash/wm/system_gesture_event_filter_unittest.cc b/ash/wm/system_gesture_event_filter_unittest.cc
index 17daa6a0466df6c116d0701dcb55dea55b69fd68..99d845c34ff8612a22f2a981ce0109cdb594d5af 100644
--- a/ash/wm/system_gesture_event_filter_unittest.cc
+++ b/ash/wm/system_gesture_event_filter_unittest.cc
@@ -531,7 +531,7 @@ TEST_F(SystemGestureEventFilterTest,
delegate.set_window_component(HTCLIENT);
scoped_ptr<aura::Window> child(new aura::Window(&delegate));
child->SetType(ui::wm::WINDOW_TYPE_CONTROL);
- child->Init(aura::WINDOW_LAYER_TEXTURED);
+ child->Init(ui::LAYER_TEXTURED);
parent->AddChild(child.get());
child->SetBounds(gfx::Rect(100, 100));
child->Show();
« no previous file with comments | « ash/wm/stacking_controller_unittest.cc ('k') | ash/wm/toplevel_window_event_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698