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

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

Issue 2422973003: Fix TextInputClientMac related crashes of Fullscreen RenderWidget (Closed)
Patch Set: Rebased 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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 60e1a9321972cb7f4cffffd168903a00b8481746..705372f509de803d907af7869889f3b9dcbd06d4 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -698,6 +698,7 @@ class CONTENT_EXPORT WebContentsImpl
void SetFocusToLocationBar(bool select_all) override;
bool IsHidden() override;
int GetOuterDelegateFrameTreeNodeId() override;
+ RenderWidgetHostImpl* GetFullscreenRenderWidgetHost() const override;
// NotificationObserver ------------------------------------------------------
« no previous file with comments | « content/browser/renderer_host/text_input_client_mac.mm ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698