| 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_;
|
|
|
|
|