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

Unified Diff: ash/wm/window_state.h

Issue 68033003: Undocks window first before side-snapping bounds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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/window_state.h
diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
index 2bbdd035b0d127d001746d55ddfc9ba0b96d426b..e5027750ff5fdb3f0adf98e8da7f2d93ccdd7d72 100644
--- a/ash/wm/window_state.h
+++ b/ash/wm/window_state.h
@@ -58,6 +58,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
// Refer to WindowShowType definition in wm_types.h as for why Ash
// has its own show type.
WindowShowType window_show_type() const { return window_show_type_; }
+ void SetWindowShowType(WindowShowType window_show_type);
// Predicates to check window state.
bool IsMinimized() const;

Powered by Google App Engine
This is Rietveld 408576698