| Index: cc/test/fake_output_surface_client.h
|
| diff --git a/cc/test/fake_output_surface_client.h b/cc/test/fake_output_surface_client.h
|
| index 682a9b0855bfa9db24b61df1d3a4376d755eed41..c511c2655d294fb4a94dc3109d3f7dd7e9695c14 100644
|
| --- a/cc/test/fake_output_surface_client.h
|
| +++ b/cc/test/fake_output_surface_client.h
|
| @@ -19,17 +19,11 @@ class FakeOutputSurfaceClient : public OutputSurfaceClient {
|
| void DidReceiveSwapBuffersAck() override;
|
| void DidReceiveTextureInUseResponses(
|
| const gpu::TextureInUseResponses& responses) override {}
|
| - void DidLoseOutputSurface() override;
|
|
|
| int swap_count() { return swap_count_; }
|
|
|
| - bool did_lose_output_surface_called() {
|
| - return did_lose_output_surface_called_;
|
| - }
|
| -
|
| private:
|
| int swap_count_ = 0;
|
| - bool did_lose_output_surface_called_ = false;
|
| };
|
|
|
| } // namespace cc
|
|
|