Index: content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/pepper/browser_ppapi_host_impl.h (revision 242033) |
+++ content/browser/renderer_host/pepper/browser_ppapi_host_impl.h (working copy) |
@@ -45,9 +45,10 @@ |
virtual ppapi::host::PpapiHost* GetPpapiHost() OVERRIDE; |
virtual base::ProcessHandle GetPluginProcessHandle() const OVERRIDE; |
virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE; |
- virtual bool GetRenderViewIDsForInstance(PP_Instance instance, |
- int* render_process_id, |
- int* render_view_id) const OVERRIDE; |
+ virtual bool GetRenderFrameIDsForInstance( |
+ PP_Instance instance, |
+ int* render_process_id, |
+ int* render_frame_id) const OVERRIDE; |
virtual const std::string& GetPluginName() OVERRIDE; |
virtual const base::FilePath& GetPluginPath() OVERRIDE; |
virtual const base::FilePath& GetProfileDataDirectory() OVERRIDE; |