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

Unified Diff: services/media/framework/stages/active_sink_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_sink_stage.h
diff --git a/services/media/framework/stages/active_sink_stage.h b/services/media/framework/stages/active_sink_stage.h
index 796238d9ce2f110655be6b4ac21abb90b0d5d88e..928d61964642da05cf83ec91b5064df47af895bd 100644
--- a/services/media/framework/stages/active_sink_stage.h
+++ b/services/media/framework/stages/active_sink_stage.h
@@ -31,16 +31,13 @@ class ActiveSinkStage : 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 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_multistream_sink_stage.cc ('k') | services/media/framework/stages/active_sink_stage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698