| Index: gpu/command_buffer/client/context_support.h
|
| diff --git a/gpu/command_buffer/client/context_support.h b/gpu/command_buffer/client/context_support.h
|
| index 9becfc883429f4ce190938f2c51d1e0da9bd6f0c..cba31aa856c5d740340fe0866656c873224f5812 100644
|
| --- a/gpu/command_buffer/client/context_support.h
|
| +++ b/gpu/command_buffer/client/context_support.h
|
| @@ -10,7 +10,6 @@
|
| #include "ui/gfx/rect.h"
|
|
|
| namespace gpu {
|
| -struct ManagedMemoryStats;
|
|
|
| class ContextSupport {
|
| public:
|
| @@ -26,8 +25,6 @@ class ContextSupport {
|
| // Clients aren't expected to draw to an invisible surface.
|
| virtual void SetSurfaceVisible(bool visible) = 0;
|
|
|
| - virtual void SendManagedMemoryStats(const ManagedMemoryStats& stats) = 0;
|
| -
|
| virtual void Swap() = 0;
|
| virtual void PartialSwapBuffers(const gfx::Rect& sub_buffer) = 0;
|
|
|
|
|