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

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

Issue 2370393002: Extracting placeholder information from Webkit to Blimp (Closed)
Patch Set: Observing InputMethod 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: 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..0d04aebf0bb76685e7a79ca427ca42c53f1a35ac 100644
--- a/blimp/engine/feature/engine_render_widget_feature.h
+++ b/blimp/engine/feature/engine_render_widget_feature.h
@@ -93,7 +93,9 @@ 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);
+ ui::TextInputType type,
+ const std::string& text,
+ const std::string& placeholder);
void SendHideImeRequest(const int tab_id,
content::RenderWidgetHost* render_widget_host);

Powered by Google App Engine
This is Rietveld 408576698