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

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

Issue 8417008: aura: Add fullscreen/popups to RenderWidgetHostViewAura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: expand list of keys that generate char events Created 9 years, 2 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_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 2f0d585822a97af6bc5c9e43d2634cf5bcedc1ab..bb6f7bb5bf215a2872efbd7c44b0f54ef9dcbf41 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -132,6 +132,12 @@ class RenderWidgetHostViewAura : public RenderWidgetHostView,
aura::Window* window_;
+ // Is this a fullscreen view?
+ bool is_fullscreen_;
+
+ // Our parent host view, if this is a popup. NULL otherwise.
+ RenderWidgetHostViewAura* popup_parent_host_view_;
+
// True when content is being loaded. Used to show an hourglass cursor.
bool is_loading_;

Powered by Google App Engine
This is Rietveld 408576698