Index: content/browser/gpu/gpu_data_manager_impl.h |
diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h |
index 2b484cc908104cf042e23c348558336ee6e11741..f94a39c78a3a75fd011fde79fd48a290efaba77e 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl.h |
+++ b/content/browser/gpu/gpu_data_manager_impl.h |
@@ -21,7 +21,6 @@ |
#include "base/time/time.h" |
#include "base/values.h" |
#include "content/public/browser/gpu_data_manager.h" |
-#include "content/public/common/gpu_memory_stats.h" |
#include "content/public/common/three_d_api_types.h" |
#include "gpu/config/gpu_info.h" |
@@ -31,6 +30,10 @@ namespace base { |
class CommandLine; |
} |
+namespace gpu { |
+struct VideoMemoryUsageStats; |
+} |
+ |
namespace content { |
class GpuDataManagerImplPrivate; |
@@ -103,7 +106,7 @@ class CONTENT_EXPORT GpuDataManagerImpl |
void UpdateGpuInfo(const gpu::GPUInfo& gpu_info); |
void UpdateVideoMemoryUsageStats( |
- const GPUVideoMemoryUsageStats& video_memory_usage_stats); |
+ const gpu::VideoMemoryUsageStats& video_memory_usage_stats); |
// Insert disable-feature switches corresponding to preliminary gpu feature |
// flags into the renderer process command line. |