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

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

Issue 2422973003: Fix TextInputClientMac related crashes of Fullscreen RenderWidget (Closed)
Patch Set: Avoid sending the IPC to Fullscreen RenderWidget 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 aafe8e5394233d47284478ec0165bbfad4f491bd..ca12bac9472f96af9d9551bf7829e0b1ebc3771e 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 ------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698