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

Unified Diff: ash/drag_drop/drag_drop_tracker.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/display/screen_position_controller_unittest.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/drag_drop/drag_drop_tracker.cc
diff --git a/ash/drag_drop/drag_drop_tracker.cc b/ash/drag_drop/drag_drop_tracker.cc
index 497151437281f017fa889e2a6557f5ad59e3b6d3..e0f81362ba1f226c3be0491d03c47db4e294e694 100644
--- a/ash/drag_drop/drag_drop_tracker.cc
+++ b/ash/drag_drop/drag_drop_tracker.cc
@@ -44,7 +44,7 @@ aura::Window* CreateCaptureWindow(aura::Window* context_root,
// Set type of window as popup to prevent different window manager codes
// trying to manage this window.
window->SetType(ui::wm::WINDOW_TYPE_POPUP);
- window->Init(aura::WINDOW_LAYER_NOT_DRAWN);
+ window->Init(ui::LAYER_NOT_DRAWN);
aura::client::ParentWindowWithContext(window, context_root, gfx::Rect());
aura::client::SetActivationDelegate(window, activation_delegate_instance);
window->Show();
« no previous file with comments | « ash/display/screen_position_controller_unittest.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698