| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 5045b17848fb38e956e44b3807513e292ea34a65..f275b59da89a7ed4e012b57d4122296fc6394d68 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2034,3 +2034,7 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_PepperPluginHung,
|
| int /* plugin_child_id */,
|
| FilePath /* path */,
|
| bool /* is_hung */)
|
| +
|
| +// Screen was rotated. Dispatched to the onorientationchange javascript API.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_OrientationChangeEvent,
|
| + int /* orientation */)
|
|
|