| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 3081fd120694e38bf776c91d21c0647726854f35..01e1500d850590c14631ca7d3e715ea496bface1 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -27,6 +27,7 @@
|
| #include "gpu/config/gpu_info_collector.h"
|
| #include "gpu/config/gpu_switches.h"
|
| #include "gpu/config/gpu_util.h"
|
| +#include "gpu/ipc/common/memory_stats.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
| #include "ui/gl/gl_implementation.h"
|
| @@ -509,7 +510,7 @@ void GpuChildThread::OnCollectGraphicsInfo() {
|
| }
|
|
|
| void GpuChildThread::OnGetVideoMemoryUsageStats() {
|
| - GPUVideoMemoryUsageStats video_memory_usage_stats;
|
| + gpu::VideoMemoryUsageStats video_memory_usage_stats;
|
| if (gpu_channel_manager_) {
|
| gpu_channel_manager_->gpu_memory_manager()->GetVideoMemoryUsageStats(
|
| &video_memory_usage_stats);
|
|
|