Commit 436302f1 authored by aarya's avatar aarya Committed by Commit bot

Fix compile on memory bots (that use enable_ipc_fuzzer=1 gyp).

TBR=orglofch@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#308438}
parent bce7c1b3
......@@ -421,13 +421,13 @@ IPC_MESSAGE_CONTROL0(GpuHostMsg_ResourcesRelinquished)
// the browser should start sending the corresponding information
IPC_MESSAGE_CONTROL2(GpuHostMsg_AddSubscription,
int32 /* client_id */,
unsigned int /* target */);
unsigned int /* target */)
// Tells the browser that no contexts are subscribed to the target anymore
// so the browser should stop sending the corresponding information
IPC_MESSAGE_CONTROL2(GpuHostMsg_RemoveSubscription,
int32 /* client_id */,
unsigned int /* target */);
unsigned int /* target */)
//------------------------------------------------------------------------------
// GPU Channel Messages
......
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