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

Unified Diff: gpu/command_buffer/client/gles2_implementation.h

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/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 a34f6ce5ae731cdf78000f799bf6c173a1c53eb5..b997ea13f1b44c9edd7156360371c1ab23174da2 100644
--- a/gpu/command_buffer/client/gles2_implementation.h
+++ b/gpu/command_buffer/client/gles2_implementation.h
@@ -165,7 +165,8 @@ class GLES2_IMPL_EXPORT GLES2Implementation
bool bind_generates_resource,
bool lose_context_when_out_of_memory,
bool support_client_side_arrays,
- GpuControl* gpu_control);
+ GpuControl* gpu_control,
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner);
~GLES2Implementation() override;

Powered by Google App Engine
This is Rietveld 408576698