Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(803)

Unified Diff: services/ui/public/cpp/gles2_context.cc

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fixed gn check Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698