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

Unified Diff: content/renderer/render_widget.h

Issue 2370393002: Extracting placeholder information from Webkit to Blimp (Closed)
Patch Set: Extracting info through RHVW 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: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index d56ee0665f8483dda1a3eb9078116b2f703ed247..0a8553fc88a69f699879d854a6027799cab9e090 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -508,6 +508,7 @@ class CONTENT_EXPORT RenderWidget
void OnShowImeIfNeeded();
void OnSetFrameSinkId(const cc::FrameSinkId& frame_sink_id);
void OnHandleCompositorProto(const std::vector<uint8_t>& proto);
+ void OnFormTextInputInfoRequested(int request_id);
David Trainor- moved to gerrit 2016/10/26 01:36:42 Can we call this (and all associated methods/messa
shaktisahu 2016/10/31 23:13:59 Sounds good. I am adding a struct FormFieldData in
#if defined(OS_ANDROID)
// Called when we send IME event that expects an ACK.

Powered by Google App Engine
This is Rietveld 408576698