| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index e3b6d062b16ac32dc206c16b36324ed0e3e03a51..a05e6c49ed08a217e560a5800a3bd46c817ffdbf 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -18,6 +18,7 @@
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
| #include "content/common/gpu/gpu_stream_priority.h"
|
| #include "content/public/common/common_param_traits.h"
|
| +#include "content/public/common/gpu_memory_stats.h"
|
| #include "gpu/command_buffer/common/capabilities.h"
|
| #include "gpu/command_buffer/common/command_buffer.h"
|
| #include "gpu/command_buffer/common/constants.h"
|
| @@ -26,7 +27,6 @@
|
| #include "gpu/command_buffer/common/sync_token.h"
|
| #include "gpu/command_buffer/common/value_state.h"
|
| #include "gpu/config/gpu_info.h"
|
| -#include "gpu/ipc/common/memory_stats.h"
|
| #include "gpu/ipc/gpu_command_buffer_traits.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_message_macros.h"
|
| @@ -285,12 +285,12 @@
|
| IPC_STRUCT_TRAITS_MEMBER(jpeg_decode_accelerator_supported)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(gpu::VideoMemoryUsageStats::ProcessStats)
|
| +IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats::ProcessStats)
|
| IPC_STRUCT_TRAITS_MEMBER(video_memory)
|
| IPC_STRUCT_TRAITS_MEMBER(has_duplicates)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(gpu::VideoMemoryUsageStats)
|
| +IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats)
|
| IPC_STRUCT_TRAITS_MEMBER(process_map)
|
| IPC_STRUCT_TRAITS_MEMBER(bytes_allocated)
|
| IPC_STRUCT_TRAITS_MEMBER(bytes_allocated_historical_max)
|
| @@ -447,7 +447,7 @@
|
|
|
| // Response from GPU to a GpuMsg_GetVideoMemory.
|
| IPC_MESSAGE_CONTROL1(GpuHostMsg_VideoMemoryUsageStats,
|
| - gpu::VideoMemoryUsageStats /* GPU memory stats */)
|
| + content::GPUVideoMemoryUsageStats /* GPU memory stats */)
|
|
|
| // Message from GPU to add a GPU log message to the about:gpu page.
|
| IPC_MESSAGE_CONTROL3(GpuHostMsg_OnLogMessage,
|
|
|