| Index: webkit/glue/form_field.h
|
| diff --git a/webkit/glue/form_field.h b/webkit/glue/form_field.h
|
| index 06cd20253e778912b0dfbe038e0321e6ff339d79..58a8653bba678eaed55aec3bcbcf98220df19878 100644
|
| --- a/webkit/glue/form_field.h
|
| +++ b/webkit/glue/form_field.h
|
| @@ -31,6 +31,8 @@ struct FormField {
|
| string16 autocomplete_type;
|
| size_t max_length;
|
| bool is_autofilled;
|
| + bool is_focusable;
|
| + bool should_autocomplete;
|
|
|
| // For the HTML snippet |<option value="US">United States</option>|, the
|
| // value is "US" and the contents are "United States".
|
|
|