| Index: gpu/command_buffer/client/gpu_control.h
|
| diff --git a/gpu/command_buffer/client/gpu_control.h b/gpu/command_buffer/client/gpu_control.h
|
| index a78641e4542abc65b6492064eb72b55e2fbbf75a..664152d6663cfd6f79b8636ab7c8ffc900d53c07 100644
|
| --- a/gpu/command_buffer/client/gpu_control.h
|
| +++ b/gpu/command_buffer/client/gpu_control.h
|
| @@ -20,7 +20,6 @@ class GpuMemoryBuffer;
|
| }
|
|
|
| namespace gpu {
|
| -struct ManagedMemoryStats;
|
|
|
| // Common interface for GpuControl implementations.
|
| class GPU_EXPORT GpuControl {
|
| @@ -56,8 +55,6 @@ class GPU_EXPORT GpuControl {
|
|
|
| virtual void SetSurfaceVisible(bool visible) = 0;
|
|
|
| - virtual void SendManagedMemoryStats(const ManagedMemoryStats& stats) = 0;
|
| -
|
| // Invokes the callback once the context has been flushed.
|
| virtual void Echo(const base::Closure& callback) = 0;
|
|
|
|
|