| Index: chrome/browser/renderer_host/pepper/pepper_broker_message_filter.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/pepper/pepper_broker_message_filter.cc (revision 241580)
|
| +++ chrome/browser/renderer_host/pepper/pepper_broker_message_filter.cc (working copy)
|
| @@ -29,7 +29,7 @@
|
| BrowserPpapiHost* host)
|
| : document_url_(host->GetDocumentURLForInstance(instance)) {
|
| int unused;
|
| - host->GetRenderViewIDsForInstance(instance, &render_process_id_, &unused);
|
| + host->GetRenderFrameIDsForInstance(instance, &render_process_id_, &unused);
|
| }
|
|
|
| PepperBrokerMessageFilter::~PepperBrokerMessageFilter() {
|
|
|