| 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 5061a7dda1664d4a299215eaa210c469e6049d47..86a5e567293ff72acc55e6397f913b71128f6d70 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -40,6 +40,7 @@ class GpuWatchdog;
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
| +class ProgramCache;
|
| class MailboxManager;
|
| }
|
| }
|
| @@ -102,7 +103,8 @@ class GpuCommandBufferStub
|
| int32 route_id,
|
| int32 surface_id,
|
| GpuWatchdog* watchdog,
|
| - bool software);
|
| + bool software,
|
| + base::WeakPtr<gpu::gles2::ProgramCache> program_cache);
|
|
|
| virtual ~GpuCommandBufferStub();
|
|
|
|
|