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) |
nasko
2015/06/23 10:44:44
Is there a blink CL that is adding these members?
dgozman
2015/06/23 12:00:56
Sure, it's already committed: https://codereview.c
|
+ IPC_STRUCT_TRAITS_MEMBER(viewPosition) |
IPC_STRUCT_TRAITS_MEMBER(deviceScaleFactor) |
IPC_STRUCT_TRAITS_MEMBER(viewSize) |
IPC_STRUCT_TRAITS_MEMBER(fitToView) |