| 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);
|
| }
|
|
|