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

Unified Diff: services/media/framework/models/transform.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
« no previous file with comments | « services/media/framework/models/multistream_source.h ('k') | services/media/framework/packet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/models/transform.h
diff --git a/services/media/framework/models/transform.h b/services/media/framework/models/transform.h
index 0a17d32b977ab3db8264ff51158a028f3f0b58fd..495aae5b0c819b4c9e37d7107d799d92a62b6efd 100644
--- a/services/media/framework/models/transform.h
+++ b/services/media/framework/models/transform.h
@@ -22,14 +22,13 @@ class Transform : public Part {
// packet should be processed again. new_input indicates whether the input
// packet is new (true) or is being processed again (false). An output packet
// may or may not be generated for any given invocation of this method.
- virtual bool TransformPacket(
- const PacketPtr& input,
- bool new_input,
- PayloadAllocator* allocator,
- PacketPtr* output) = 0;
+ virtual bool TransformPacket(const PacketPtr& input,
+ bool new_input,
+ PayloadAllocator* allocator,
+ PacketPtr* output) = 0;
};
} // namespace media
} // namespace mojo
-#endif // MOJO_MEDIA_MODELS_TRANSFORM_H_
+#endif // MOJO_MEDIA_MODELS_TRANSFORM_H_
« no previous file with comments | « services/media/framework/models/multistream_source.h ('k') | services/media/framework/packet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698