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 81d7fbed2a2b5e90775b369f64d3e63f5b92ae8a..ab76a650d5784204a637f4e8c371fa8cf73f5292 100644 |
--- a/content/common/gpu/gpu_channel_manager.h |
+++ b/content/common/gpu/gpu_channel_manager.h |
@@ -37,7 +37,7 @@ class GLShareGroup; |
namespace gpu { |
class PreemptionFlag; |
-class SyncPointClientWaiter; |
+class SyncPointClient; |
class SyncPointManager; |
struct SyncToken; |
union ValueState; |
@@ -189,7 +189,7 @@ class CONTENT_EXPORT GpuChannelManager : public IPC::Listener, |
GpuMemoryManager gpu_memory_manager_; |
// SyncPointManager guaranteed to outlive running MessageLoop. |
gpu::SyncPointManager* sync_point_manager_; |
- scoped_ptr<gpu::SyncPointClientWaiter> sync_point_client_waiter_; |
+ scoped_ptr<gpu::SyncPointClient> sync_point_client_waiter_; |
scoped_ptr<gpu::gles2::ProgramCache> program_cache_; |
scoped_refptr<gpu::gles2::ShaderTranslatorCache> shader_translator_cache_; |
scoped_refptr<gpu::gles2::FramebufferCompletenessCache> |