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

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

Issue 2613263002: Forward ImeCancelComposition calls for OOPIFs to ImeAdapterAndroid (Closed)
Patch Set: Rebased Created 3 years, 11 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.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_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 7ad5cf29eca71485c90c939646c48b6bc7d3d009..c2224c1eeda1a7e3a72f89a75ff44da29f4f4fa6 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -104,7 +104,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
float GetBottomControlsHeight() const override;
void UpdateCursor(const WebCursor& cursor) override;
void SetIsLoading(bool is_loading) override;
- void ImeCancelComposition() override;
void FocusedNodeChanged(bool is_editable_node,
const gfx::Rect& node_bounds_in_screen) override;
void RenderProcessGone(base::TerminationStatus status,
@@ -253,6 +252,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
void OnImeCompositionRangeChanged(
TextInputManager* text_input_manager,
RenderWidgetHostViewBase* updated_view) override;
+ void OnImeCancelComposition(TextInputManager* text_input_manager,
+ RenderWidgetHostViewBase* updated_view) override;
private:
void RunAckCallbacks();
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698