| Index: third_party/WebKit/public/web/WebTextInputInfo.h
|
| diff --git a/third_party/WebKit/public/web/WebTextInputInfo.h b/third_party/WebKit/public/web/WebTextInputInfo.h
|
| index d48ab5759a3e9ca796edfdc995b44853f5143aa9..24be0bf31fc8bd4599b2144d4409f6921c062d47 100644
|
| --- a/third_party/WebKit/public/web/WebTextInputInfo.h
|
| +++ b/third_party/WebKit/public/web/WebTextInputInfo.h
|
| @@ -38,6 +38,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;
|
|
|