Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1251)

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 2544223002: Fix the position of context menu for BrowserPlugins inside OOPIF (Closed)
Patch Set: Addressing lfg@'s comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/browser_plugin/browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index f035bd94705118df1b26076984de4ac17e997f33..505bd7c1e2eb447f015e6974459836317dc53e07 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -258,6 +258,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
return can_use_cross_process_frames_;
}
+ gfx::Point GetCoordinatesInEmbedderWebContents(
+ const gfx::Point& relative_point);
+
protected:
// BrowserPluginGuest is a WebContentsObserver of |web_contents| and

Powered by Google App Engine
This is Rietveld 408576698