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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.cc

Issue 217813004: Make ShaderTranslatorCache thread safe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NON_EXPORTED_BASE Created 6 years, 9 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: content/common/gpu/gpu_command_buffer_stub.cc
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
index b26757559392e78ff52656e50b5aafcf1d7b53f1..a49860a43cd30d8f98aab2201ba130ef0cc6013d 100644
--- a/content/common/gpu/gpu_command_buffer_stub.cc
+++ b/content/common/gpu/gpu_command_buffer_stub.cc
@@ -146,6 +146,7 @@ GpuCommandBufferStub::GpuCommandBufferStub(
mailbox_manager,
image_manager,
new GpuCommandBufferMemoryTracker(channel),
+ channel_->gpu_channel_manager()->shader_translator_cache(),
NULL,
true);
}

Powered by Google App Engine
This is Rietveld 408576698