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

Unified Diff: content/browser/renderer_host/render_widget_host_delegate.h

Issue 2510573002: Fix TextInputClientMac related crashes of Fullscreen RenderWidget (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | content/browser/renderer_host/render_widget_host_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_delegate.h
diff --git a/content/browser/renderer_host/render_widget_host_delegate.h b/content/browser/renderer_host/render_widget_host_delegate.h
index 2f3a2b37023ed95cd7ad8f894bbefef6d064fd76..724a3af860458348a2bed2a9f4c1a1a4fc5b531b 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.h
+++ b/content/browser/renderer_host/render_widget_host_delegate.h
@@ -222,6 +222,11 @@ class CONTENT_EXPORT RenderWidgetHostDelegate {
// this RenderWidgetHost.
virtual bool IsHidden();
+ // Returns the current Flash fullscreen RenderWidgetHostImpl if any. This is
+ // not intended for use with other types of fullscreen, such as HTML
+ // fullscreen, and will return nullptr for those cases.
+ virtual RenderWidgetHostImpl* GetFullscreenRenderWidgetHost() const;
+
protected:
virtual ~RenderWidgetHostDelegate() {}
};
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698