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 7361a9b3e0dabea3bf9d4c8f0c9b959f9591b620..052eeaa7d5d1d0fdee850181ec99f171ebc4442e 100644 |
--- a/gpu/command_buffer/client/gles2_cmd_helper.h |
+++ b/gpu/command_buffer/client/gles2_cmd_helper.h |
@@ -96,11 +96,6 @@ class GPU_EXPORT GLES2CmdHelper : public CommandBufferHelper { |
} |
} |
- GLuint InsertSyncPointCHROMIUM() { |
- CommandBufferHelper::Flush(); |
- return command_buffer()->InsertSyncPoint(); |
- } |
- |
private: |
DISALLOW_COPY_AND_ASSIGN(GLES2CmdHelper); |
}; |