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

Unified Diff: ash/wm/overview/transparent_activate_window_button.cc

Issue 844763006: Change overview mode to so that docked panel windows are not grouped together. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed stale pointer in ScopedTransformOverviewWindow. Created 5 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/overview/transparent_activate_window_button.h ('k') | ash/wm/overview/window_grid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/transparent_activate_window_button.cc
diff --git a/ash/wm/overview/transparent_activate_window_button.cc b/ash/wm/overview/transparent_activate_window_button.cc
index 212b57cc1bb2e1d6adbfead1d8f68e3beb2eb5e6..4189bf1e89e526bfcf0818393f18ebf5f83c212f 100644
--- a/ash/wm/overview/transparent_activate_window_button.cc
+++ b/ash/wm/overview/transparent_activate_window_button.cc
@@ -133,12 +133,4 @@ void TransparentActivateWindowButton::SendFocusAlert() const {
NotifyAccessibilityEvent(ui::AX_EVENT_FOCUS, true);
}
-void TransparentActivateWindowButton::StackAbove(
- TransparentActivateWindowButton* activate_button) {
- aura::Window* this_window = event_handler_widget_->GetNativeWindow();
- aura::Window* other_window = activate_button->event_handler_widget_->
- GetNativeWindow();
- this_window->parent()->StackChildAbove(this_window, other_window);
-}
-
} // namespace ash
« no previous file with comments | « ash/wm/overview/transparent_activate_window_button.h ('k') | ash/wm/overview/window_grid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698