| Index: services/ui/public/cpp/gles2_context.cc
|
| diff --git a/services/ui/public/cpp/gles2_context.cc b/services/ui/public/cpp/gles2_context.cc
|
| index 93f3dd6e5492fbe9d6b522ad94935b5488151589..512d47ce90c281e54ec66c37dcbab5872e3bcc54 100644
|
| --- a/services/ui/public/cpp/gles2_context.cc
|
| +++ b/services/ui/public/cpp/gles2_context.cc
|
| @@ -29,7 +29,7 @@ bool GLES2Context::Initialize(
|
| scoped_refptr<gpu::GpuChannelHost> gpu_channel_host,
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner) {
|
| DCHECK(gpu_channel_host);
|
| - gpu::SurfaceHandle surface_handle = gfx::kNullAcceleratedWidget;
|
| + gpu::SurfaceHandle surface_handle = gpu::kNullSurfaceHandle;
|
| // TODO(penghuang): support shared group.
|
| gpu::CommandBufferProxyImpl* shared_command_buffer = nullptr;
|
| gpu::GpuStreamId stream_id = gpu::GpuStreamId::GPU_STREAM_DEFAULT;
|
|
|