| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 7b72fc7cc58172335c916af64ce743425cf3a90a..5f4ca8d7101856baa5bd2ce3f4f2cd53e99f4acd 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -163,6 +163,11 @@ IPC_STRUCT_TRAITS_BEGIN(blink::WebDeviceEmulationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(scale)
|
| IPC_STRUCT_TRAITS_MEMBER(screenOrientationAngle)
|
| IPC_STRUCT_TRAITS_MEMBER(screenOrientationType)
|
| + IPC_STRUCT_TRAITS_MEMBER(scrollPosition)
|
| + IPC_STRUCT_TRAITS_MEMBER(visualViewportSize)
|
| + IPC_STRUCT_TRAITS_MEMBER(visualViewportPosition)
|
| + IPC_STRUCT_TRAITS_MEMBER(visualViewportScale)
|
| + IPC_STRUCT_TRAITS_MEMBER(resizeWindow)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(blink::WebScreenInfo)
|
|
|