Index: gpu/command_buffer/client/gles2_cmd_helper.h |
diff --git a/gpu/command_buffer/client/gles2_cmd_helper.h b/gpu/command_buffer/client/gles2_cmd_helper.h |
index a7ab61d13802f4af8d5f0f8ff9309969ee8613b4..521d8649c302c7098495876c618ab987ef990a80 100644 |
--- a/gpu/command_buffer/client/gles2_cmd_helper.h |
+++ b/gpu/command_buffer/client/gles2_cmd_helper.h |
@@ -96,6 +96,11 @@ class GPU_EXPORT GLES2CmdHelper : public CommandBufferHelper { |
} |
} |
+ GLuint InsertSyncPointCHROMIUM() { |
+ CommandBufferHelper::Flush(); |
+ return command_buffer()->InsertSyncPoint(); |
+ } |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(GLES2CmdHelper); |
}; |