Index: components/autofill/common/form_field_data.h |
diff --git a/components/autofill/common/form_field_data.h b/components/autofill/common/form_field_data.h |
index e1272cac0785931c2e204128d717c320115e3d54..271e5986b402a05fb5552d25bc2db9920d132a5a 100644 |
--- a/components/autofill/common/form_field_data.h |
+++ b/components/autofill/common/form_field_data.h |
@@ -35,6 +35,7 @@ struct FormFieldData { |
bool is_checked; |
bool is_checkable; |
bool is_focusable; |
+ bool is_rtl; |
bool should_autocomplete; |
// For the HTML snippet |<option value="US">United States</option>|, the |