| Index: third_party/WebKit/public/web/WebTextInputType.h
|
| diff --git a/third_party/WebKit/public/platform/WebTextInputType.h b/third_party/WebKit/public/web/WebTextInputType.h
|
| similarity index 94%
|
| copy from third_party/WebKit/public/platform/WebTextInputType.h
|
| copy to third_party/WebKit/public/web/WebTextInputType.h
|
| index 38dd0b128accafe7b182835d02c9cbcf1fa1754c..070d5814a38099909c722ea0e8f0c4daf4ed26e5 100644
|
| --- a/third_party/WebKit/public/platform/WebTextInputType.h
|
| +++ b/third_party/WebKit/public/web/WebTextInputType.h
|
| @@ -49,9 +49,8 @@ enum WebTextInputType {
|
| WebTextInputTypeTelephone,
|
| WebTextInputTypeURL,
|
|
|
| - // These types, though not used in IME, are used by the Android date picker.
|
| - // TODO(dglazkov): They are technically not _text_ input types and likely
|
| - // should be split out into a separate enum.
|
| + // FIXME: Remove these types once Date like types are not
|
| + // seen as Text. For now they also exist in WebTextInputType
|
| WebTextInputTypeDate,
|
| WebTextInputTypeDateTime,
|
| WebTextInputTypeDateTimeLocal,
|
|
|