| Index: cc/test/fake_output_surface_client.cc
|
| diff --git a/cc/test/fake_output_surface_client.cc b/cc/test/fake_output_surface_client.cc
|
| index f50beaa3939f17fbf5475f8cee042e5aca5de41c..8e3bf6e62b96e9e9d6d22178df1b2519308394f5 100644
|
| --- a/cc/test/fake_output_surface_client.cc
|
| +++ b/cc/test/fake_output_surface_client.cc
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/output/output_surface.h"
|
| #include "cc/test/fake_output_surface_client.h"
|
|
|
| namespace cc {
|
|
|
| -void FakeOutputSurfaceClient::DidSwapBuffersComplete() {
|
| +void FakeOutputSurfaceClient::DidReceiveSwapBuffersAck() {
|
| swap_count_++;
|
| }
|
|
|
| @@ -15,9 +14,4 @@ void FakeOutputSurfaceClient::DidLoseOutputSurface() {
|
| did_lose_output_surface_called_ = true;
|
| }
|
|
|
| -void FakeOutputSurfaceClient::SetMemoryPolicy(
|
| - const ManagedMemoryPolicy& policy) {
|
| - memory_policy_ = policy;
|
| -}
|
| -
|
| } // namespace cc
|
|
|