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

Unified Diff: gpu/gles2_conform_support/egl/context.cc

Issue 2275113002: Provide task runner to GLES2Impl / CommandBuffer at creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-cleanup4
Patch Set: cleanup Created 4 years, 4 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: gpu/gles2_conform_support/egl/context.cc
diff --git a/gpu/gles2_conform_support/egl/context.cc b/gpu/gles2_conform_support/egl/context.cc
index 7993e19e992958182f81a7c5861d744dd7139013..8dc05b0b03fdd6f25666a86a7e5fe9964e81cf79 100644
--- a/gpu/gles2_conform_support/egl/context.cc
+++ b/gpu/gles2_conform_support/egl/context.cc
@@ -326,7 +326,7 @@ bool Context::CreateService(gl::GLSurface* gl_surface) {
new gpu::gles2::GLES2Implementation(
gles2_cmd_helper_.get(), nullptr, transfer_buffer_.get(),
kBindGeneratesResources, kLoseContextWhenOutOfMemory,
- kSupportClientSideArrays, this));
+ kSupportClientSideArrays, this, nullptr));
if (!context->Initialize(kTransferBufferSize, kTransferBufferSize / 2,
kTransferBufferSize * 2,

Powered by Google App Engine
This is Rietveld 408576698