| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 5c9e91260d3188bee5362292ffc5b64589e5366c..881717d5b5d48367090c34ed7132c18818f5e9fe 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -39,6 +39,9 @@ struct GpuMemoryAllocation;
|
| class GpuWatchdog;
|
|
|
| namespace gpu {
|
| +
|
| +class ShaderCache;
|
| +
|
| namespace gles2 {
|
| class MailboxManager;
|
| }
|
| @@ -102,7 +105,8 @@ class GpuCommandBufferStub
|
| int32 route_id,
|
| int32 surface_id,
|
| GpuWatchdog* watchdog,
|
| - bool software);
|
| + bool software,
|
| + base::WeakPtr<gpu::ShaderCache> shader_cache);
|
|
|
| virtual ~GpuCommandBufferStub();
|
|
|
|
|