| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| index f3ebb162c17147e7c7fb93c30fe0f12df7a2d01e..ea61366383df884caba474d01fcf8daa3ad61cf0 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| @@ -135,6 +135,9 @@ class GLES2DecoderPassthroughImpl : public GLES2Decoder {
|
| // Perform any idle work that needs to be made.
|
| void PerformIdleWork() override;
|
|
|
| + bool HasPollingWork() const override;
|
| + void PerformPollingWork() override;
|
| +
|
| bool GetServiceTextureId(uint32_t client_texture_id,
|
| uint32_t* service_texture_id) override;
|
|
|
|
|