| 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 55c2be9b69dc9a3e3d9281da44fab864eff5422f..8c554f343b8fd108cf6209bf4831b3aa2df879bf 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -14,7 +14,6 @@
|
| #include "base/observer_list.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/gpu/gpu_memory_allocation.h"
|
| -#include "content/common/gpu/gpu_memory_allocation.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "gpu/command_buffer/common/constants.h"
|
| #include "gpu/command_buffer/service/command_buffer_service.h"
|
| @@ -41,6 +40,7 @@ class GpuWatchdog;
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
| +class ProgramCache;
|
| class MailboxManager;
|
| }
|
| }
|
| @@ -105,7 +105,8 @@ class GpuCommandBufferStub
|
| int32 surface_id,
|
| GpuWatchdog* watchdog,
|
| bool software,
|
| - const GURL& active_url);
|
| + const GURL& active_url,
|
| + gpu::gles2::ProgramCache* program_cache);
|
|
|
| virtual ~GpuCommandBufferStub();
|
|
|
|
|