| Index: webkit/plugins/ppapi/resource_tracker_unittest.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/resource_tracker_unittest.cc (revision 77426)
|
| +++ webkit/plugins/ppapi/resource_tracker_unittest.cc (working copy)
|
| @@ -143,7 +143,8 @@
|
| scoped_refptr<PluginInstance> instance2(
|
| new PluginInstance(delegate(), module(),
|
| static_cast<const PPP_Instance*>(
|
| - GetMockInterface(PPP_INSTANCE_INTERFACE))));
|
| + GetMockInterface(PPP_INSTANCE_INTERFACE)),
|
| + PluginInstance::PLUGIN_OWNS_INTERFACE));
|
| PP_Instance pp_instance2 = instance2->pp_instance();
|
|
|
| // Make two resources and take refs on behalf of the "plugin" for each.
|
| @@ -178,7 +179,8 @@
|
| scoped_refptr<PluginInstance> instance2(
|
| new PluginInstance(delegate(), module(),
|
| static_cast<const PPP_Instance*>(
|
| - GetMockInterface(PPP_INSTANCE_INTERFACE))));
|
| + GetMockInterface(PPP_INSTANCE_INTERFACE)),
|
| + PluginInstance::PLUGIN_OWNS_INTERFACE));
|
| PP_Instance pp_instance2 = instance2->pp_instance();
|
|
|
| // Make an object var.
|
|
|