Index: components/autofill/common/autofill_messages.h |
diff --git a/components/autofill/common/autofill_messages.h b/components/autofill/common/autofill_messages.h |
index 9f8a05b7184d2bfe0da462c914a85d439bc79d87..fded2c3d474405fab0dccf792e978e83749786b2 100644 |
--- a/components/autofill/common/autofill_messages.h |
+++ b/components/autofill/common/autofill_messages.h |
@@ -48,6 +48,7 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::FormFieldData) |
IPC_STRUCT_TRAITS_MEMBER(is_checked) |
IPC_STRUCT_TRAITS_MEMBER(is_checkable) |
IPC_STRUCT_TRAITS_MEMBER(is_focusable) |
+ IPC_STRUCT_TRAITS_MEMBER(is_rtl) |
IPC_STRUCT_TRAITS_MEMBER(should_autocomplete) |
IPC_STRUCT_TRAITS_MEMBER(option_values) |
IPC_STRUCT_TRAITS_MEMBER(option_contents) |