| 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 7058e524e5b5894f112d037dfb092a902f281f82..beda76d4b052cdf8fb46d3346e807d2d8a792b40 100644
|
| --- a/cc/test/fake_output_surface_client.h
|
| +++ b/cc/test/fake_output_surface_client.h
|
| @@ -45,6 +45,7 @@ class FakeOutputSurfaceClient : public OutputSurfaceClient {
|
| bool valid_for_tile_management) OVERRIDE {}
|
| virtual void SetMemoryPolicy(const ManagedMemoryPolicy& policy) OVERRIDE;
|
| virtual void SetTreeActivationCallback(const base::Closure&) OVERRIDE {}
|
| + virtual int GetSourceFrameNumber() OVERRIDE { return 0; }
|
|
|
| int begin_frame_count() { return begin_frame_count_; }
|
|
|
|
|