Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2045)

Unified Diff: services/media/framework/stages/active_source_stage.h

Issue 1822333002: Motown: wholesale clang-format (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: dalesat Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « services/media/framework/stages/active_sink_stage.cc ('k') | services/media/framework/stages/active_source_stage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698