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

Unified Diff: gpu/command_buffer/service/mailbox_manager_unittest.cc

Issue 1489573003: Added an extra sync token field for extra command buffer identification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed extra_data_field from mojo IPC Created 5 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
Index: gpu/command_buffer/service/mailbox_manager_unittest.cc
diff --git a/gpu/command_buffer/service/mailbox_manager_unittest.cc b/gpu/command_buffer/service/mailbox_manager_unittest.cc
index 81979d098fa2faa6a1820716f584f3f377a0ea27..e6ce5237d23b00fc41df76e6db88639d181baf75 100644
--- a/gpu/command_buffer/service/mailbox_manager_unittest.cc
+++ b/gpu/command_buffer/service/mailbox_manager_unittest.cc
@@ -19,6 +19,7 @@ namespace gles2 {
using namespace ::testing;
static const SyncToken g_sync_token(gpu::CommandBufferNamespace::GPU_IO,
+ 0,
123,
0);

Powered by Google App Engine
This is Rietveld 408576698