Chromium Code Reviews| Index: content/common/android/sync_compositor_messages.h |
| diff --git a/content/common/android/sync_compositor_messages.h b/content/common/android/sync_compositor_messages.h |
| index 68af4d74201086567a73e32aa7c6cb50e69794e3..45fc2ddd8bf4440950679f6622909cb273cd9cc2 100644 |
| --- a/content/common/android/sync_compositor_messages.h |
| +++ b/content/common/android/sync_compositor_messages.h |
| @@ -125,11 +125,14 @@ IPC_SYNC_MESSAGE_ROUTED0_1(SyncCompositorMsg_SynchronizeRendererState, |
| IPC_MESSAGE_ROUTED1(SyncCompositorMsg_ComputeScroll, |
| base::TimeTicks); |
| -IPC_SYNC_MESSAGE_ROUTED1_3(SyncCompositorMsg_DemandDrawHw, |
| - content::SyncCompositorDemandDrawHwParams, |
| - content::SyncCompositorCommonRendererParams, |
| - uint32_t /* output_surface_id */, |
| - cc::CompositorFrame) |
| +// IPC_SYNC_MESSAGE_ROUTED1_3(SyncCompositorMsg_DemandDrawHw, |
| +// content::SyncCompositorDemandDrawHwParams, |
| +// content::SyncCompositorCommonRendererParams, |
| +// uint32_t /* output_surface_id */, |
| +// cc::CompositorFrame) |
| + |
| +IPC_MESSAGE_ROUTED1(CompositorMsg_DemandDrawHw, |
| + content::SyncCompositorDemandDrawHwParams); |
| IPC_SYNC_MESSAGE_ROUTED1_2(SyncCompositorMsg_SetSharedMemory, |
| content::SyncCompositorSetSharedMemoryParams, |
| @@ -165,3 +168,8 @@ IPC_MESSAGE_ROUTED0(SyncCompositorHostMsg_OutputSurfaceCreated); |
| IPC_MESSAGE_ROUTED1(SyncCompositorHostMsg_UpdateState, |
| content::SyncCompositorCommonRendererParams) |
| + |
| +IPC_MESSAGE_ROUTED3(CompositorHostMsg_Frame, |
| + content::SyncCompositorCommonRendererParams, |
|
boliu
2016/07/24 17:33:54
Don't need this. CommonRendererParams are sent asy
ojars
2016/07/28 22:53:55
Done.
|
| + uint32_t /* output_surface_id */, |
| + cc::CompositorFrame); |