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

Unified Diff: ash/wm/common/wm_window.h

Issue 1921883002: Removes WindowState::aura_window() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows build Created 4 years, 8 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/common/window_state_util.cc ('k') | ash/wm/common/wm_window_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_window.h
diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
index a4abdea98f1a4eb63105505dff16194d9d3c0d4f..54bce6478e05c10d85578ff6aae0394822a38c1a 100644
--- a/ash/wm/common/wm_window.h
+++ b/ash/wm/common/wm_window.h
@@ -173,6 +173,8 @@ class ASH_EXPORT WmWindow {
virtual void Activate() = 0;
virtual void Deactivate() = 0;
+ virtual void SetFullscreen() = 0;
+
virtual void Maximize() = 0;
virtual void Minimize() = 0;
virtual void Unminimize() = 0;
« no previous file with comments | « ash/wm/common/window_state_util.cc ('k') | ash/wm/common/wm_window_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698