| 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 eeb3c9b00d95a8701ea80da4ae7d48286a492365..039aaa3072271327d59036a5eb4794a1db7b2653 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,
|
| + gpu::gles2::ProgramCache* program_cache);
|
|
|
| virtual ~GpuCommandBufferStub();
|
|
|
|
|