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..ddfbd11d4b01e4c5d17ccfc132884df7660d768f 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 OnDraw() override {} |
int swap_count() { return swap_count_; } |