Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: content/common/frame_param_macros.h

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/cc_messages_unittest.cc ('k') | content/common/gpu/client/gl_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_param_macros.h
diff --git a/content/common/frame_param_macros.h b/content/common/frame_param_macros.h
index 32be0ad2e25b8c318480f91ee4870b1be2dc3d88..a1637477d0d4979b84814e00884446f5c326051b 100644
--- a/content/common/frame_param_macros.h
+++ b/content/common/frame_param_macros.h
@@ -39,13 +39,6 @@ IPC_STRUCT_BEGIN(FrameMsg_CompositorFrameSwapped_Params)
IPC_STRUCT_MEMBER(base::SharedMemoryHandle, shared_memory_handle)
IPC_STRUCT_END()
-IPC_STRUCT_BEGIN(FrameHostMsg_BuffersSwappedACK_Params)
- IPC_STRUCT_MEMBER(int, gpu_host_id)
- IPC_STRUCT_MEMBER(int, gpu_route_id)
- IPC_STRUCT_MEMBER(gpu::Mailbox, mailbox)
- IPC_STRUCT_MEMBER(uint32, sync_point)
-IPC_STRUCT_END()
-
IPC_STRUCT_BEGIN(FrameHostMsg_CompositorFrameSwappedACK_Params)
// Specifies which RenderWidget produced the CompositorFrame.
IPC_STRUCT_MEMBER(int, producing_host_id)
« no previous file with comments | « content/common/cc_messages_unittest.cc ('k') | content/common/gpu/client/gl_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698