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

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

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a Compile Error Created 4 years, 9 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/browser/renderer_host/render_widget_host_view_mac.h
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
index 20579a59a62d2f330d213260b874d67de86c88cf..f0f8a6b25a19a9490c222a2ed479a65c1c7a6a9b 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.h
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h
@@ -38,8 +38,6 @@
#import "ui/base/cocoa/tool_tip_base_view.h"
#include "ui/gfx/display_observer.h"
-struct ViewHostMsg_TextInputState_Params;
-
namespace content {
class RenderWidgetHostImpl;
class RenderWidgetHostViewMac;
@@ -302,8 +300,7 @@ class CONTENT_EXPORT RenderWidgetHostViewMac
void Focus() override;
void UpdateCursor(const WebCursor& cursor) override;
void SetIsLoading(bool is_loading) override;
- void TextInputStateChanged(
- const ViewHostMsg_TextInputState_Params& params) override;
+ void UpdateInputMethodIfNecessary(bool text_input_state_changed) override;
void ImeCancelComposition() override;
void ImeCompositionRangeChanged(
const gfx::Range& range,

Powered by Google App Engine
This is Rietveld 408576698