| Index: content/common/gpu/gpu_channel_manager_delegate.h
|
| diff --git a/content/common/gpu/gpu_channel_manager_delegate.h b/content/common/gpu/gpu_channel_manager_delegate.h
|
| index c89a165ff4a89f0748ee1eca148a7438fed97753..3b6254089da58210ec8511db5eeda2bdad3cc150 100644
|
| --- a/content/common/gpu/gpu_channel_manager_delegate.h
|
| +++ b/content/common/gpu/gpu_channel_manager_delegate.h
|
| @@ -14,10 +14,13 @@ namespace IPC {
|
| struct ChannelHandle;
|
| }
|
|
|
| +namespace gpu {
|
| +struct GPUMemoryUmaStats;
|
| +}
|
| +
|
| namespace content {
|
|
|
| struct AcceleratedSurfaceBuffersSwappedParams;
|
| -struct GPUMemoryUmaStats;
|
|
|
| class GpuChannelManagerDelegate {
|
| public:
|
| @@ -45,7 +48,7 @@ class GpuChannelManagerDelegate {
|
| const GURL& active_url) = 0;
|
|
|
| // Tells the delegate about GPU memory usage statistics for UMA logging.
|
| - virtual void GpuMemoryUmaStats(const GPUMemoryUmaStats& params) = 0;
|
| + virtual void GpuMemoryUmaStats(const gpu::GPUMemoryUmaStats& params) = 0;
|
|
|
| // Tells the delegate that no contexts are subscribed to the target anymore
|
| // so the delegate should stop sending the corresponding information.
|
|
|