| 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 b83e220184b8962d969e4797cfb8ae301dfe7b76..7de22e5aa786df6aeb494e84d5f79ff4269c8697 100644
|
| --- a/content/common/gpu/gpu_memory_manager.h
|
| +++ b/content/common/gpu/gpu_memory_manager.h
|
| @@ -16,12 +16,9 @@
|
| #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 {
|
|
|
| @@ -36,7 +33,7 @@
|
|
|
| // Retrieve GPU Resource consumption statistics for the task manager
|
| void GetVideoMemoryUsageStats(
|
| - gpu::VideoMemoryUsageStats* video_memory_usage_stats) const;
|
| + content::GPUVideoMemoryUsageStats* video_memory_usage_stats) const;
|
|
|
| GpuMemoryTrackingGroup* CreateTrackingGroup(
|
| base::ProcessId pid, gpu::gles2::MemoryTracker* memory_tracker);
|
|
|