| 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 d2b65cd8c65d049fbf7f2422e06b48c9db60f46f..37ee47a69825ab7e7cf3ef37f28e38ee69c97283 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -55,6 +55,8 @@ class CONTENT_EXPORT BrowserPlugin :
|
| // A request to enable hardware compositing.
|
| void EnableCompositing(bool enable);
|
|
|
| + void UpdateInternalInstanceId();
|
| +
|
| // Provided that a guest instance ID has been allocated, this method attaches
|
| // this BrowserPlugin instance to that guest.
|
| void Attach();
|
|
|