| 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 4a276592b0e36eac103de1e2973785227384bdf7..9e8801c1c9f90690c54c7210c0e7a2f6b8560776 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,
|
|
|