summaryrefslogtreecommitdiffstats
path: root/win8/metro_driver/chrome_app_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'win8/metro_driver/chrome_app_view.h')
-rw-r--r--win8/metro_driver/chrome_app_view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/win8/metro_driver/chrome_app_view.h b/win8/metro_driver/chrome_app_view.h
index c52a96a..8c08176 100644
--- a/win8/metro_driver/chrome_app_view.h
+++ b/win8/metro_driver/chrome_app_view.h
@@ -71,6 +71,9 @@ class ChromeAppView
// Notification from chrome that a full screen operation is being performed.
void SetFullscreen(bool fullscreen);
+ // Returns the current view state of the chrome window.
+ winui::ViewManagement::ApplicationViewState GetViewState();
+
private:
HRESULT OnActivate(winapp::Core::ICoreApplicationView* view,
winapp::Activation::IActivatedEventArgs* args);