| Index: cc/test/test_compositor_frame_sink.h
|
| diff --git a/cc/test/test_compositor_frame_sink.h b/cc/test/test_compositor_frame_sink.h
|
| index 059c025c8971a89c856700293418146e7b2c667e..2cd6f502dc4fe2166be8885cadffb24b902a1bb9 100644
|
| --- a/cc/test/test_compositor_frame_sink.h
|
| +++ b/cc/test/test_compositor_frame_sink.h
|
| @@ -78,7 +78,7 @@ class TestCompositorFrameSink : public CompositorFrameSink,
|
| void DisplayDidDrawAndSwap() override;
|
|
|
| private:
|
| - void DidDrawCallback(bool synchronous);
|
| + void DidDrawCallback();
|
|
|
| FrameSinkId frame_sink_id_;
|
| // TODO(danakj): These don't need to be stored in unique_ptrs when
|
| @@ -100,8 +100,6 @@ class TestCompositorFrameSink : public CompositorFrameSink,
|
| gfx::Size enlarge_pass_texture_amount_;
|
|
|
| std::vector<std::unique_ptr<CopyOutputRequest>> copy_requests_;
|
| -
|
| - base::WeakPtrFactory<TestCompositorFrameSink> weak_ptrs_;
|
| };
|
|
|
| } // namespace cc
|
|
|