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

Unified Diff: ash/common/wm_window.h

Issue 2778733004: Add WindowPinType property on arua::Window (Closed)
Patch Set: Address review issues. Created 3 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
Index: ash/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 3711ec655f2932baa27d3b138f348909034ded54..fced3821b98fa46b4336b969062d919f05a5d1fa 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -13,6 +13,7 @@
#include "base/observer_list.h"
#include "base/strings/string16.h"
#include "base/time/time.h"
+#include "ui/aura/client/aura_constants.h"
#include "ui/aura/window_observer.h"
#include "ui/base/ui_base_types.h"
#include "ui/compositor/layer_animation_element.h"
@@ -250,6 +251,9 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver,
void SetShowState(ui::WindowShowState show_state);
ui::WindowShowState GetShowState() const;
+ void SetPinType(aura::client::WindowPinType type);
+ aura::client::WindowPinType GetPinType() const;
+
void SetPreMinimizedShowState(ui::WindowShowState show_state);
ui::WindowShowState GetPreMinimizedShowState() const;
void SetPreFullscreenShowState(ui::WindowShowState show_state);

Powered by Google App Engine
This is Rietveld 408576698