| Index: cc/test/test_context_support.cc
|
| diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc
|
| index 9c34d68c7f5fa27bbdc28e1bf43873dd24c126e1..d5bfcd37df6108f66ed8afae6d43df60d7b74c7c 100644
|
| --- a/cc/test/test_context_support.cc
|
| +++ b/cc/test/test_context_support.cc
|
| @@ -40,9 +40,6 @@ void TestContextSupport::SetSurfaceVisible(bool visible) {
|
| }
|
| }
|
|
|
| -void TestContextSupport::SendManagedMemoryStats(
|
| - const gpu::ManagedMemoryStats& stats) {}
|
| -
|
| void TestContextSupport::CallAllSyncPointCallbacks() {
|
| for (size_t i = 0; i < sync_point_callbacks_.size(); ++i) {
|
| base::MessageLoop::current()->PostTask(
|
|
|