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

Unified Diff: gpu/command_buffer/client/gles2_interface.h

Issue 2383753002: gpu: Add GpuFence framework.
Patch Set: rebase Created 4 years, 1 month 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/client/gles2_interface.h
diff --git a/gpu/command_buffer/client/gles2_interface.h b/gpu/command_buffer/client/gles2_interface.h
index 0457d5eda1a596612d20841ad35a47943373edee..9ca40d2f06f3b35162f56705c0c0d20eb076fde0 100644
--- a/gpu/command_buffer/client/gles2_interface.h
+++ b/gpu/command_buffer/client/gles2_interface.h
@@ -10,6 +10,7 @@
#include "base/compiler_specific.h"
extern "C" typedef struct _ClientBuffer* ClientBuffer;
+extern "C" typedef struct _ClientFence* ClientFence;
namespace gpu {
namespace gles2 {

Powered by Google App Engine
This is Rietveld 408576698