| Index: ppapi/proxy/raw_var_data.h
|
| diff --git a/ppapi/proxy/raw_var_data.h b/ppapi/proxy/raw_var_data.h
|
| index 201da2c33cdf5b96d6b89fba45568ac9a2a9833a..d45ea53f24cca9daaf525588730b830299ec1748 100644
|
| --- a/ppapi/proxy/raw_var_data.h
|
| +++ b/ppapi/proxy/raw_var_data.h
|
| @@ -283,6 +283,12 @@ class ResourceRawVarData : public RawVarData {
|
| // This is a borrowed reference; the resource's refcount is not incremented.
|
| PP_Resource pp_resource_;
|
|
|
| + // Pending resource host ID in the renderer.
|
| + int pending_renderer_host_id_;
|
| +
|
| + // Pending resource host ID in the browser.
|
| + int pending_browser_host_id_;
|
| +
|
| // A message containing information about how to create a plugin-side
|
| // resource. The message type will vary based on the resource type, and will
|
| // usually contain a pending resource host ID, and other required information.
|
|
|