diff options
Diffstat (limited to 'gpu/command_buffer/service/gles2_cmd_decoder.h')
-rw-r--r-- | gpu/command_buffer/service/gles2_cmd_decoder.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h index 694fa37..e94df94 100644 --- a/gpu/command_buffer/service/gles2_cmd_decoder.h +++ b/gpu/command_buffer/service/gles2_cmd_decoder.h @@ -82,13 +82,6 @@ class GLES2Decoder : public CommonDecoder { // Sets a callback which is called when a SwapBuffers command is processed. virtual void SetSwapBuffersCallback(Callback0::Type* callback) = 0; - // Get the service texture ID corresponding to a client texture ID. - // If no such record is found then return false. - virtual bool GetServiceTextureId(uint32 client_texture_id, - uint32* service_texture_id) { - return false; - } - protected: explicit GLES2Decoder(ContextGroup* group); |