Internal change

PiperOrigin-RevId: 494150467
This commit is contained in:
MediaPipe Team 2022-12-09 05:55:20 -08:00 committed by Copybara-Service
parent 4c4df2cf18
commit 5bc1baf96a

View File

@ -127,6 +127,8 @@ class OutputStreamShard : public OutputStream {
friend class GraphProfiler;
// Accesses OutputStreamShard for profiling.
friend class GraphTracer;
// Accesses OutputStreamShard for profiling.
friend class PerfettoTraceScope;
// Accesses OutputStreamShard for post processing.
friend class OutputStreamManager;
};