Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
index 3159483cf90c6477709c5417f998b18786bb25b0..2160174f7cf24ca8fd97febcf7dccd45e28b4c6b 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
@@ -170,6 +170,7 @@ class GLES2DecoderTestBase : public ::testing::TestWithParam<bool> { |
void DoCreateShader(GLenum shader_type, GLuint client_id, GLuint service_id); |
void DoFenceSync(GLuint client_id, GLuint service_id); |
+ void SetBucketData(uint32_t bucket_id, const void* data, uint32_t data_size); |
void SetBucketAsCString(uint32 bucket_id, const char* str); |
// If we want a valid bucket, just set |count_in_header| as |count|, |
// and set |str_end| as 0. |