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

Unified Diff: chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h

Issue 183973027: Fix Flash fullscreen context menu target and position. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Avi's comments. Created 6 years, 10 months 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: chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h
diff --git a/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h b/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h
index 4148a0191578b27aaabbdfd99c79f73b7e88a411..2552a878b2103d6ae896cf53679c0175405b0edf 100644
--- a/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h
+++ b/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h
@@ -15,6 +15,7 @@ class RenderViewContextMenuMac;
class WebDragBookmarkHandlerMac;
namespace content {
+class RenderWidgetHostView;
class WebContents;
}
@@ -36,6 +37,8 @@ class ChromeWebContentsViewDelegateMac
const content::ContextMenuParams& params) OVERRIDE;
private:
+ content::RenderWidgetHostView* GetActiveRenderWidgetHostView();
+
// The context menu. Callbacks are asynchronous so we need to keep it around.
scoped_ptr<RenderViewContextMenuMac> context_menu_;

Powered by Google App Engine
This is Rietveld 408576698