| Index: gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| index 9d80272a6a3666b8be8f29ada89f3031c6a2764e..df07dfce65d373768da7ab8e6adf87ff9a153be7 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| @@ -1837,9 +1837,10 @@ void GLES2TraceImplementation::UnmapTexSubImage2DCHROMIUM(const void* mem) {
|
|
|
| void GLES2TraceImplementation::ResizeCHROMIUM(GLuint width,
|
| GLuint height,
|
| - GLfloat scale_factor) {
|
| + GLfloat scale_factor,
|
| + GLboolean alpha) {
|
| TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ResizeCHROMIUM");
|
| - gl_->ResizeCHROMIUM(width, height, scale_factor);
|
| + gl_->ResizeCHROMIUM(width, height, scale_factor, alpha);
|
| }
|
|
|
| const GLchar* GLES2TraceImplementation::GetRequestableExtensionsCHROMIUM() {
|
|
|