| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index b5ed282d55581f01da0ca4812eae3abbaee7f296..55d42d5a436c6f03015f5b15494583c27c11b162 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -247,8 +247,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| virtual void SignalQuery(uint32 query,
|
| const base::Closure& callback) OVERRIDE;
|
| virtual void SetSurfaceVisible(bool visible) OVERRIDE;
|
| - virtual void SendManagedMemoryStats(const ManagedMemoryStats& stats)
|
| - OVERRIDE;
|
|
|
| void SetErrorMessageCallback(
|
| GLES2ImplementationErrorMessageCallback* callback) {
|
|
|