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

Unified Diff: content/public/browser/web_contents.h

Issue 23477051: Embed Flash Fullscreen widget within browser window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add caution comment to chrome_switches.cc. Created 7 years, 3 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index e1e6189ae31d59f41440a55a28a99bcc2214a82f..f753c16e9b88ac669cfd848194fd4f84fe6205ab 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -196,7 +196,11 @@ class WebContents : public PageNavigator,
// Returns the currently active RenderWidgetHostView. This may change over
// time and can be NULL (during setup and teardown).
- virtual content::RenderWidgetHostView* GetRenderWidgetHostView() const = 0;
+ virtual RenderWidgetHostView* GetRenderWidgetHostView() const = 0;
+
+ // Returns the currently active fullscreen widget. If there is none, returns
+ // NULL.
+ virtual RenderWidgetHostView* GetFullscreenRenderWidgetHostView() const = 0;
// The WebContentsView will never change and is guaranteed non-NULL.
virtual WebContentsView* GetView() const = 0;
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698