| 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 f94a39c78a3a75fd011fde79fd48a290efaba77e..2b484cc908104cf042e23c348558336ee6e11741 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl.h
|
| +++ b/content/browser/gpu/gpu_data_manager_impl.h
|
| @@ -21,6 +21,7 @@
|
| #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"
|
|
|
| @@ -28,10 +29,6 @@
|
|
|
| namespace base {
|
| class CommandLine;
|
| -}
|
| -
|
| -namespace gpu {
|
| -struct VideoMemoryUsageStats;
|
| }
|
|
|
| namespace content {
|
| @@ -106,7 +103,7 @@
|
| void UpdateGpuInfo(const gpu::GPUInfo& gpu_info);
|
|
|
| void UpdateVideoMemoryUsageStats(
|
| - const gpu::VideoMemoryUsageStats& video_memory_usage_stats);
|
| + const GPUVideoMemoryUsageStats& video_memory_usage_stats);
|
|
|
| // Insert disable-feature switches corresponding to preliminary gpu feature
|
| // flags into the renderer process command line.
|
|
|