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

Unified Diff: gpu/command_buffer/common/constants.h

Issue 1394543003: Added SyncToken command buffer trait to help with IPC messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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/common/constants.h
diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h
index 0d31801407158abc5262e9d2af8850d26acfb2be..e14c06db541c60a7daba17dcff8d2a75c6484237 100644
--- a/gpu/command_buffer/common/constants.h
+++ b/gpu/command_buffer/common/constants.h
@@ -8,11 +8,6 @@
#include <stddef.h>
#include <stdint.h>
-// From glextchromium.h.
-#ifndef GL_SYNC_TOKEN_SIZE_CHROMIUM
-#define GL_SYNC_TOKEN_SIZE_CHROMIUM 24
-#endif
-
namespace gpu {
typedef int32_t CommandBufferOffset;

Powered by Google App Engine
This is Rietveld 408576698