| Index: content/common/gpu/gpu_channel_manager.h
|
| diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
|
| index 53e255f1f003ba05d9bb07f547b8b588cb3f40f9..40b26542575ace9c7e6a32cf8f65be884157d6b7 100644
|
| --- a/content/common/gpu/gpu_channel_manager.h
|
| +++ b/content/common/gpu/gpu_channel_manager.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/hash_tables.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop_proxy.h"
|
| #include "build/build_config.h"
|
| @@ -15,6 +16,7 @@
|
| #include "ipc/ipc_channel.h"
|
| #include "ipc/ipc_message.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| +#include "gpu/command_buffer/service/program_cache.h"
|
|
|
| namespace base {
|
| class WaitableEvent;
|
| @@ -117,6 +119,7 @@ class GpuChannelManager : public IPC::Channel::Listener,
|
| GpuMemoryManager gpu_memory_manager_;
|
| GpuWatchdog* watchdog_;
|
| scoped_refptr<SyncPointManager> sync_point_manager_;
|
| + scoped_ptr<gpu::gles2::ProgramCache> program_cache_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GpuChannelManager);
|
| };
|
|
|