| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| index b0de6b9f762ef7a2e675f196646d777ec0c24059..029d8c98149a70e5748bec0ad298dc34ac0db5b9 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -998,4 +998,9 @@ void BrowserPluginGuest::OnImeCompositionRangeChanged(
|
| }
|
| #endif
|
|
|
| +void BrowserPluginGuest::SetContextMenuPosition(const gfx::Point& position) {
|
| + if (delegate_)
|
| + delegate_->SetContextMenuPosition(position);
|
| +}
|
| +
|
| } // namespace content
|
|
|