| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 75942fdbd94a368e1a34084f9ceafcefffc86d9b..c12bef8fe3b889ec08144588f68a3f3f04e59ab9 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -158,6 +158,8 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(blink::WebDeviceEmulationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(screenPosition)
|
| + IPC_STRUCT_TRAITS_MEMBER(screenSize)
|
| + IPC_STRUCT_TRAITS_MEMBER(viewPosition)
|
| IPC_STRUCT_TRAITS_MEMBER(deviceScaleFactor)
|
| IPC_STRUCT_TRAITS_MEMBER(viewSize)
|
| IPC_STRUCT_TRAITS_MEMBER(fitToView)
|
|
|