| Index: content/renderer/child_frame_compositing_helper.cc
|
| diff --git a/content/renderer/child_frame_compositing_helper.cc b/content/renderer/child_frame_compositing_helper.cc
|
| index ff9b49ac071dc416705f28bf7c0e413b0cd2b1a4..5e921cbbbe33e0eb44ac3073a5762b361e562994 100644
|
| --- a/content/renderer/child_frame_compositing_helper.cc
|
| +++ b/content/renderer/child_frame_compositing_helper.cc
|
| @@ -92,7 +92,7 @@ int ChildFrameCompositingHelper::GetInstanceID() {
|
| if (!browser_plugin_)
|
| return 0;
|
|
|
| - return browser_plugin_->guest_instance_id();
|
| + return browser_plugin_->browser_plugin_instance_id();
|
| }
|
|
|
| void ChildFrameCompositingHelper::SendCompositorFrameSwappedACKToBrowser(
|
|
|