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

Unified Diff: chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc

Issue 13609003: fullscreen in apps v2 ShellWindow via app.window.create. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc b/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc
index 045a8e0f47cb3e2a8e50d4f4150c9104d6e11f85..7b0f0566c6890d451318a09f9a061999ba74d52a 100644
--- a/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc
+++ b/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc
@@ -157,7 +157,7 @@ bool NativeAppWindowGtk::IsMinimized() const {
}
bool NativeAppWindowGtk::IsFullscreen() const {
- return false;
+ return state_ & GDK_WINDOW_STATE_FULLSCREEN;
jeremya 2013/04/05 20:00:35 nit: the functions above have parens around the &,
scheib 2013/04/05 21:47:52 Done.
}
gfx::NativeWindow NativeAppWindowGtk::GetNativeWindow() {

Powered by Google App Engine
This is Rietveld 408576698