Commit fb4628dc authored by mlamouri@chromium.org's avatar mlamouri@chromium.org

Update IPC straits following WebScreenInfo struct changes.

BUG=162827
NOTRY=true

Review URL: https://codereview.chromium.org/254563004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266591 0039d316-1c4b-4281-b951-d872f2087c98
parent 34f288c1
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define IPC_MESSAGE_START ScreenOrientationMsgStart #define IPC_MESSAGE_START ScreenOrientationMsgStart
IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationType, IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationType,
blink::WebScreenOrientationPortraitPrimary, blink::WebScreenOrientationUndefined,
blink::WebScreenOrientationLandscapeSecondary) blink::WebScreenOrientationLandscapeSecondary)
IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationLockType, IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationLockType,
blink::WebScreenOrientationLockDefault, blink::WebScreenOrientationLockDefault,
......
...@@ -131,6 +131,8 @@ IPC_STRUCT_TRAITS_BEGIN(blink::WebScreenInfo) ...@@ -131,6 +131,8 @@ IPC_STRUCT_TRAITS_BEGIN(blink::WebScreenInfo)
IPC_STRUCT_TRAITS_MEMBER(isMonochrome) IPC_STRUCT_TRAITS_MEMBER(isMonochrome)
IPC_STRUCT_TRAITS_MEMBER(rect) IPC_STRUCT_TRAITS_MEMBER(rect)
IPC_STRUCT_TRAITS_MEMBER(availableRect) IPC_STRUCT_TRAITS_MEMBER(availableRect)
IPC_STRUCT_TRAITS_MEMBER(orientationType)
IPC_STRUCT_TRAITS_MEMBER(orientationAngle)
IPC_STRUCT_TRAITS_END() IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::MenuItem) IPC_STRUCT_TRAITS_BEGIN(content::MenuItem)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment