| Index: cc/test/fake_output_surface.h
|
| diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
|
| index f28fcccf58602f65ea2f5f9538d99d5e7a0e3b65..a587a4178bd1b8c19cdfd119385e167cce89c284 100644
|
| --- a/cc/test/fake_output_surface.h
|
| +++ b/cc/test/fake_output_surface.h
|
| @@ -96,6 +96,8 @@ class FakeOutputSurface : public OutputSurface {
|
|
|
| bool BindToClient(OutputSurfaceClient* client) override;
|
|
|
| + void Invalidate() override;
|
| +
|
| using OutputSurface::ReleaseGL;
|
| using OutputSurface::InitializeAndSetContext3d;
|
|
|
|
|