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

Unified Diff: content/common/gpu/gpu_messages.h

Issue 810503002: Fix compile on memory bots (that use enable_ipc_fuzzer=1 gyp). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_messages.h
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
index 026db47564fea937c31c5bb8372697b077974ced..07510b14d69ed0c05cd5d51b1c7bb0eccca229b9 100644
--- a/content/common/gpu/gpu_messages.h
+++ b/content/common/gpu/gpu_messages.h
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698