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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 9673001: Notify RenderWidgets when "tab fullscreen" state changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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: content/browser/renderer_host/render_widget_host_impl.h
===================================================================
--- content/browser/renderer_host/render_widget_host_impl.h (revision 126512)
+++ content/browser/renderer_host/render_widget_host_impl.h (working copy)
@@ -555,6 +555,9 @@
// Indicates whether a page is hidden or not.
bool is_hidden_;
+ // Indicates whether a page is fullscreen or not.
+ bool is_fullscreen_;
+
// True when a page is rendered directly via the GPU process.
bool is_accelerated_compositing_active_;
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698