| Index: cc/test/surface_hittest_test_helpers.h
|
| diff --git a/cc/test/surface_hittest_test_helpers.h b/cc/test/surface_hittest_test_helpers.h
|
| index e3f8ff9bd3bce6e46322aa9f04269a8447eddd69..81b292d0ba942233e3fee135b10986b8652463da 100644
|
| --- a/cc/test/surface_hittest_test_helpers.h
|
| +++ b/cc/test/surface_hittest_test_helpers.h
|
| @@ -29,8 +29,7 @@ namespace test {
|
| class EmptySurfaceFactoryClient : public SurfaceFactoryClient {
|
| public:
|
| void ReturnResources(const ReturnedResourceArray& resources) override {}
|
| - void SetBeginFrameSource(SurfaceId surface_id,
|
| - BeginFrameSource* begin_frame_source) override {}
|
| + void SetBeginFrameSource(BeginFrameSource* begin_frame_source) override {}
|
| };
|
|
|
| void CreateSharedQuadState(RenderPass* pass,
|
|
|