| 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 310842da4017eab0bd9ccdc81aab70304c8bcf95..76afea3ff827b5f5209f76f5232f3e72064ff83b 100644
|
| --- a/cc/test/fake_output_surface_client.h
|
| +++ b/cc/test/fake_output_surface_client.h
|
| @@ -46,6 +46,7 @@ class FakeOutputSurfaceClient : public OutputSurfaceClient {
|
| bool resourceless_software_draw) override {}
|
| void SetMemoryPolicy(const ManagedMemoryPolicy& policy) override;
|
| void SetTreeActivationCallback(const base::Closure&) override {}
|
| + void RequestDraw() override {}
|
|
|
| int swap_count() { return swap_count_; }
|
|
|
|
|