| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index a70cb9c58cb5543f7c1bffb188827fd57ff15e1b..5b63b6ac34e9b33db6e96f2280340182d8aa9890 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -160,6 +160,10 @@ 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_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(blink::WebScreenInfo)
|
|
|