| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 502360ff28d446b331693be9720262e52a9abef9..a04a0c6267863f0dbfbb3b74900f2aa8937a5081 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 */)
|
|
|