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

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

Issue 2422973003: Fix TextInputClientMac related crashes of Fullscreen RenderWidget (Closed)
Patch Set: Addressing alexmos@'s comments 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 6948db4991a46e1b9a1f312a5bdc7f1f9a3e2079..8342234b820f99600ed5413b6f199ed01e965d47 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.h
+++ b/content/browser/renderer_host/render_widget_host_delegate.h
@@ -204,6 +204,10 @@ class CONTENT_EXPORT RenderWidgetHostDelegate {
// this RenderWidgetHost.
virtual bool IsHidden();
+ // Returns the current flash fullscreen RenderWidgetHostImpl if any. This will
alexmos 2016/11/08 18:27:09 nit: s/flash/Flash/
+ // not return other forms of fullscreen widget such as HTML5.
alexmos 2016/11/08 18:27:09 Let's just say "This is not intended for use with
+ 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