| Index: content/renderer/browser_plugin/browser_plugin.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
|
| index 1ee6992b5fa6e1a0a6b54b006aa0fee20e9804cb..b25f5593e800f6467863866abb6b1ace4a8aa472 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -207,6 +207,9 @@ class CONTENT_EXPORT BrowserPlugin :
|
|
|
| bool mouse_locked_;
|
|
|
| + // This indicates that the BrowserPlugin has a geometry.
|
| + bool ready_;
|
| +
|
| // BrowserPlugin outlives RenderViewImpl in Chrome Apps and so we need to
|
| // store the BrowserPlugin's BrowserPluginManager in a member variable to
|
| // avoid accessing the RenderViewImpl.
|
|
|