| 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 43cab101a433348b4897496acaa9b12e047e25e6..42ef9cf882828446747a66153e3362b0f270b34d 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);
|
| }
|
|
|