| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 314261f42e240f92043c531fe43cf7ec3b82c02b..9915f4f2ce00b52b312ad272771b593172848e98 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -185,7 +185,8 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| ShareGroup* share_group,
|
| TransferBufferInterface* transfer_buffer,
|
| bool bind_generates_resource,
|
| - GpuControl* gpu_control);
|
| + GpuControl* gpu_control,
|
| + const Capabilities& capabilities);
|
|
|
| virtual ~GLES2Implementation();
|
|
|
|
|