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

Unified Diff: blimp/engine/feature/engine_render_widget_feature.h

Issue 2370393002: Extracting placeholder information from Webkit to Blimp (Closed)
Patch Set: Created 4 years, 3 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: blimp/engine/feature/engine_render_widget_feature.h
diff --git a/blimp/engine/feature/engine_render_widget_feature.h b/blimp/engine/feature/engine_render_widget_feature.h
index 5065eaf0d0f228093c943506e25e83ab353efaa9..563eba8376e6f839003ea3af16dd15f97a0c8b5a 100644
--- a/blimp/engine/feature/engine_render_widget_feature.h
+++ b/blimp/engine/feature/engine_render_widget_feature.h
@@ -17,6 +17,7 @@
#include "blimp/engine/app/settings_manager.h"
#include "blimp/net/blimp_message_processor.h"
#include "blimp/net/input_message_converter.h"
+#include "content/common/text_input_state.h"
#include "ui/base/ime/text_input_client.h"
namespace blink {
@@ -93,7 +94,7 @@ class EngineRenderWidgetFeature : public BlimpMessageProcessor,
// Notifies the client to show/hide IME.
void SendShowImeRequest(const int tab_id,
content::RenderWidgetHost* render_widget_host,
- const ui::TextInputClient* client);
+ const content::TextInputState* state);
void SendHideImeRequest(const int tab_id,
content::RenderWidgetHost* render_widget_host);

Powered by Google App Engine
This is Rietveld 408576698