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

Unified Diff: content/test/test_render_view_host.h

Issue 1663013005: [DO NOT REVIEW] Always calling Notify for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Trying to Fix MAC 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
« no previous file with comments | « content/test/data/textinput/page_with_input_iframeX2_input.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index fa40ece292b37a92e86ff5e6d79a6e8a4f0e49a5..a22233fedabbac6696ce5fb6b5ea011901081ffc 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -31,7 +31,7 @@
// To use, derive your test base class from RenderViewHostImplTestHarness.
struct FrameHostMsg_DidCommitProvisionalLoad_Params;
-struct ViewHostMsg_TextInputState_Params;
+struct TextInputState;
namespace gfx {
class Rect;
@@ -101,8 +101,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
void Focus() override {}
void SetIsLoading(bool is_loading) override {}
void UpdateCursor(const WebCursor& cursor) override {}
- void TextInputStateChanged(
- const ViewHostMsg_TextInputState_Params& params) override {}
+ void TextInputStateChanged(const TextInputState& params) override {}
void ImeCancelComposition() override {}
void ImeCompositionRangeChanged(
const gfx::Range& range,
« no previous file with comments | « content/test/data/textinput/page_with_input_iframeX2_input.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698