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 6c3a5bdc37440d15795ece11cbfa8e58cbfb17ad..3444dd96fea5d99fed21217389b45a39c6c4f0d5 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
@@ -239,6 +239,14 @@ class GLES2DecoderPassthroughImpl : public GLES2Decoder { |
scoped_refptr<ShaderTranslatorInterface> GetTranslator(GLenum type) override; |
private: |
+ template <typename T> |
+ error::Error PatchGetNumericResults(GLenum pname, GLsizei length, T* params); |
+ error::Error PatchGetFramebufferAttachmentParameter(GLenum target, |
+ GLenum attachment, |
+ GLenum pname, |
+ GLsizei length, |
+ GLint* params); |
+ |
void BuildExtensionsString(); |
int commands_to_process_; |