| Index: cc/test/fake_output_surface.h
|
| diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
|
| index b90a1f3b07b101bdbdeea99b8cb95ec16adc299c..5e4aab4a0ee50bd8869ac094e34b4c8e9303f3a0 100644
|
| --- a/cc/test/fake_output_surface.h
|
| +++ b/cc/test/fake_output_surface.h
|
| @@ -123,6 +123,11 @@ class FakeOutputSurface : public OutputSurface {
|
| OverlayCandidateValidator* overlay_candidate_validator_ = nullptr;
|
| bool last_swap_rect_valid_ = false;
|
| gfx::Rect last_swap_rect_;
|
| +
|
| + private:
|
| + void SwapBuffersCallback();
|
| +
|
| + base::WeakPtrFactory<FakeOutputSurface> weak_ptr_factory_;
|
| };
|
|
|
| } // namespace cc
|
|
|