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

Unified Diff: third_party/WebKit/public/platform/WebTextInputInfo.h

Issue 2370393002: Extracting placeholder information from Webkit to Blimp (Closed)
Patch Set: dtrainor comments 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: third_party/WebKit/public/platform/WebTextInputInfo.h
diff --git a/third_party/WebKit/public/platform/WebTextInputInfo.h b/third_party/WebKit/public/platform/WebTextInputInfo.h
index 61f8ecc25cc994490440849f3fbbec68b2aef457..95258ec462f94b16b6b000373cedd46ec250a7bd 100644
--- a/third_party/WebKit/public/platform/WebTextInputInfo.h
+++ b/third_party/WebKit/public/platform/WebTextInputInfo.h
@@ -39,6 +39,9 @@ struct WebTextInputInfo {
// The value of the currently focused input field.
WebString value;
+ // The value of the placeholder attribute.
+ WebString placeholder;
+
// The cursor position of the current selection start, or the caret position
// if nothing is selected.
int selectionStart;

Powered by Google App Engine
This is Rietveld 408576698