| 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 1ede4d30bad18abe457d1adfe897c741012cc8a6..d26378a438767425280a3566d1a1c88534615a01 100644 | 
| --- a/gpu/command_buffer/client/gles2_implementation.h | 
| +++ b/gpu/command_buffer/client/gles2_implementation.h | 
| @@ -246,6 +246,8 @@ class GLES2_IMPL_EXPORT GLES2Implementation | 
| void FreeUnusedSharedMemory(); | 
| void FreeEverything(); | 
|  | 
| +  void FreeSharedMemory(void*) override; | 
| + | 
| // ContextSupport implementation. | 
| void SignalSyncToken(const gpu::SyncToken& sync_token, | 
| const base::Closure& callback) override; | 
|  |