| Index: content/common/gpu/gpu_memory_manager.h
|
| diff --git a/content/common/gpu/gpu_memory_manager.h b/content/common/gpu/gpu_memory_manager.h
|
| index 20d5d2076fbf6ca2ac8c32da6b090acabbda4d3b..4135d2fbd9a498f06ee6088e51395ac28ffa2b04 100644
|
| --- a/content/common/gpu/gpu_memory_manager.h
|
| +++ b/content/common/gpu/gpu_memory_manager.h
|
| @@ -16,10 +16,13 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/common/content_export.h"
|
| -#include "content/public/common/gpu_memory_stats.h"
|
| #include "gpu/command_buffer/common/gpu_memory_allocation.h"
|
| #include "gpu/command_buffer/service/memory_tracking.h"
|
|
|
| +namespace gpu {
|
| +struct VideoMemoryUsageStats;
|
| +}
|
| +
|
| namespace content {
|
|
|
| class GpuChannelManager;
|
| @@ -33,7 +36,7 @@ class CONTENT_EXPORT GpuMemoryManager :
|
|
|
| // Retrieve GPU Resource consumption statistics for the task manager
|
| void GetVideoMemoryUsageStats(
|
| - content::GPUVideoMemoryUsageStats* video_memory_usage_stats) const;
|
| + gpu::VideoMemoryUsageStats* video_memory_usage_stats) const;
|
|
|
| GpuMemoryTrackingGroup* CreateTrackingGroup(
|
| base::ProcessId pid, gpu::gles2::MemoryTracker* memory_tracker);
|
|
|