| 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 40be4e92daf6ae7e1a0eb4db17cb116aeded28e0..a99a36a53ff507b2a036c03ec9392d56f5bf895e 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| @@ -1013,9 +1013,10 @@ void GLES2TraceImplementation::UnmapTexSubImage2DCHROMIUM(const void* mem) {
|
| gl_->UnmapTexSubImage2DCHROMIUM(mem);
|
| }
|
|
|
| -void GLES2TraceImplementation::ResizeCHROMIUM(GLuint width, GLuint height) {
|
| +void GLES2TraceImplementation::ResizeCHROMIUM(
|
| + GLuint width, GLuint height, GLfloat scale_factor) {
|
| TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ResizeCHROMIUM");
|
| - gl_->ResizeCHROMIUM(width, height);
|
| + gl_->ResizeCHROMIUM(width, height, scale_factor);
|
| }
|
|
|
| const GLchar* GLES2TraceImplementation::GetRequestableExtensionsCHROMIUM() {
|
|
|