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 6991a29f73f1a75947aa2c84d543412f422823cc..1aa9fce6763dcda8420e7219feb2c362cc0bec31 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -987,4 +987,9 @@ void BrowserPluginGuest::OnImeCompositionRangeChanged( |
} |
#endif |
+void BrowserPluginGuest::SetContextMenuPosition(const gfx::Point& position) { |
+ if (delegate_) |
+ delegate_->SetContextMenuPosition(position); |
+} |
+ |
} // namespace content |