Commit 853ed5bb authored by reveman@chromium.org's avatar reveman@chromium.org

content: Add missing IPC traits for sync_query.

R=cdn@chromium.org, piman@chromium.org
BUG=269808

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266381 0039d316-1c4b-4281-b951-d872f2087c98
parent 1eb3690e
...@@ -197,6 +197,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::Capabilities) ...@@ -197,6 +197,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::Capabilities)
IPC_STRUCT_TRAITS_MEMBER(texture_usage) IPC_STRUCT_TRAITS_MEMBER(texture_usage)
IPC_STRUCT_TRAITS_MEMBER(texture_storage) IPC_STRUCT_TRAITS_MEMBER(texture_storage)
IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer) IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer)
IPC_STRUCT_TRAITS_MEMBER(sync_query)
IPC_STRUCT_TRAITS_MEMBER(map_image) IPC_STRUCT_TRAITS_MEMBER(map_image)
IPC_STRUCT_TRAITS_END() IPC_STRUCT_TRAITS_END()
......
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