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

Unified Diff: content/renderer/text_input_client_observer.h

Issue 2422973003: Fix TextInputClientMac related crashes of Fullscreen RenderWidget (Closed)
Patch Set: Created 4 years, 2 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
Index: content/renderer/text_input_client_observer.h
diff --git a/content/renderer/text_input_client_observer.h b/content/renderer/text_input_client_observer.h
index 6871057ba283f8d28f8a290dae6541bb2f46a4b1..4e065b1a5514bff3fce0810153ae57b7c090228d 100644
--- a/content/renderer/text_input_client_observer.h
+++ b/content/renderer/text_input_client_observer.h
@@ -36,7 +36,8 @@ class TextInputClientObserver : public IPC::Listener, public IPC::Sender {
bool Send(IPC::Message* message) override;
private:
- // The render widget corresponding to this TextInputClientObserver.
+ // Returns the WebFrameWidget for the RenderWidget owning this observer. It
+ // returns null if the RenderWidget corresponds to a fullscreen RenderWidget.
blink::WebFrameWidget* GetWebFrameWidget() const;
blink::WebLocalFrame* GetFocusedFrame() const;
« no previous file with comments | « no previous file | content/renderer/text_input_client_observer.cc » ('j') | content/renderer/text_input_client_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698