| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 7f828b28366d78aff0175536020d0606779efb85..e8ba88aefeebf91a5acd75c6a03c6edb2b9237b2 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -327,6 +327,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content)
|
| + IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(WebMenuItem)
|
| @@ -1957,4 +1958,3 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction,
|
| IPC_MESSAGE_CONTROL2(ViewHostMsg_FPS,
|
| int /* routing id */,
|
| float /* frames per second */)
|
| -
|
|
|