| Index: services/media/framework/stages/active_source_stage.h
|
| diff --git a/services/media/framework/stages/active_source_stage.h b/services/media/framework/stages/active_source_stage.h
|
| index 1714be1d62d61e5a5662b3b911bd98256c73ce32..37e95b989590dc070df84a28b6c9f9c2ea0b2909 100644
|
| --- a/services/media/framework/stages/active_source_stage.h
|
| +++ b/services/media/framework/stages/active_source_stage.h
|
| @@ -31,20 +31,15 @@ class ActiveSourceStage : public Stage {
|
|
|
| PayloadAllocator* PrepareInput(size_t index) override;
|
|
|
| - void PrepareOutput(
|
| - size_t index,
|
| - PayloadAllocator* allocator,
|
| - const UpstreamCallback& callback) override;
|
| + void PrepareOutput(size_t index,
|
| + PayloadAllocator* allocator,
|
| + const UpstreamCallback& callback) override;
|
|
|
| - void UnprepareOutput(
|
| - size_t index,
|
| - const UpstreamCallback& callback) override;
|
| + void UnprepareOutput(size_t index, const UpstreamCallback& callback) override;
|
|
|
| void Update(Engine* engine) override;
|
|
|
| - void FlushInput(
|
| - size_t index,
|
| - const DownstreamCallback& callback) override;
|
| + void FlushInput(size_t index, const DownstreamCallback& callback) override;
|
|
|
| void FlushOutput(size_t index) override;
|
|
|
|
|