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

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

Issue 2513333002: Revert of Extracting placeholder information from Webkit to Blimp (Closed)
Patch Set: Created 4 years, 1 month 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 | blimp/engine/feature/engine_render_widget_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4b0fbd1957ee98e6071171d1c1420344e71e5519..b756b2c33093ec145cd88f55a1859a594327761c 100644
--- a/blimp/engine/feature/engine_render_widget_feature.h
+++ b/blimp/engine/feature/engine_render_widget_feature.h
@@ -25,7 +25,6 @@
namespace content {
class RenderWidgetHost;
-struct FormFieldData;
}
namespace blimp {
@@ -94,7 +93,7 @@
// Notifies the client to show/hide IME.
void SendShowImeRequest(const int tab_id,
content::RenderWidgetHost* render_widget_host,
- const content::FormFieldData& field);
+ const ui::TextInputClient* client);
void SendHideImeRequest(const int tab_id,
content::RenderWidgetHost* render_widget_host);
« no previous file with comments | « no previous file | blimp/engine/feature/engine_render_widget_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698