Chromium Code Reviews| Index: public/web/WebDateTimeChooserParams.h |
| diff --git a/public/web/WebDateTimeChooserParams.h b/public/web/WebDateTimeChooserParams.h |
| index 918d636935a39270d8f33ca6e10190d89ef22b4b..712b0f55eb93744cedc4b96e365b97655e38429e 100644 |
| --- a/public/web/WebDateTimeChooserParams.h |
| +++ b/public/web/WebDateTimeChooserParams.h |
| @@ -42,6 +42,8 @@ struct WebDateTimeChooserParams { |
| WebRect anchorRectInScreen; |
| // The current value of the requester element. |
| WebString currentValue; |
|
tkent
2013/11/07 19:42:07
Will you remove |WebString currentValue|?
keishi
2013/11/07 20:04:11
Yes. Added comment.
|
| + // The current value of the requester element as a double. |
| + double doubleValue; |
|
tkent
2013/11/07 19:42:07
Can the value be NaN?
keishi
2013/11/07 20:04:11
Yes. Added comment.
|
| // <datalist> option values associated to the requester element. These |
| // values should not be shown to users. The vector size might be 0. |
| WebVector<WebString> suggestionValues; |