| 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;
|
|
|