| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| index 441b1e1ab6a42dc095428289d137f0d2b935b4b4..3b43d9204ac4e39e78746819c2df3d0ea3cc1332 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| @@ -93,6 +93,7 @@
|
| const scoped_refptr<gl::GLSurface>& surface,
|
| const scoped_refptr<gl::GLContext>& context,
|
| bool offscreen,
|
| + const gfx::Size& offscreen_size,
|
| const DisallowedFeatures& disallowed_features,
|
| const ContextCreationAttribHelper& attrib_helper) {
|
| // Take ownership of the context and surface. The surface can be replaced
|
|
|