| 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 f982fdc9535cda92ea71d24e92e255d1de72980a..471ac0c64a6fcc2c865f48f4f0652fdfb52b2eea 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_;
|
|
|
|
|