Index: media/base/renderer.h |
diff --git a/media/base/renderer.h b/media/base/renderer.h |
index f909350a7d4e0c9f62168680f46152546e21b173..206a8d3b3d5b985a0f27ee9dd89312c8742e0e6c 100644 |
--- a/media/base/renderer.h |
+++ b/media/base/renderer.h |
@@ -30,8 +30,9 @@ class MEDIA_EXPORT Renderer { |
// Initializes the Renderer with |demuxer_stream_provider|, executing |
// |init_cb| upon completion. If initialization failed, fires |error_cb| |
- // before |init_cb|. |demuxer_stream_provider| must be valid throughout the |
- // lifetime of the Renderer object. |
+ // before |init_cb|. |demuxer_stream_provider| must be valid throughout the |
+ // lifetime of the Renderer object. |init_cb| must only be run after this |
+ // method has returned. |
// |
// Permanent callbacks: |
// - |statistics_cb|: Executed periodically with rendering statistics. |