| Index: gpu/command_buffer/service/gles2_cmd_decoder.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| index eddd7fe2ce76619344a5ee560956a5d9427f56d3..195adb1a2aa804b8a6a0c9110c273b6c93f64582 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| @@ -99,9 +99,7 @@ class GLES2Decoder : public CommonDecoder {
|
| // 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;
|
| - }
|
| + uint32* service_texture_id);
|
|
|
| protected:
|
| GLES2Decoder();
|
|
|