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

Unified Diff: media/base/video_renderer_sink.h

Issue 1083383005: Connect the new video rendering path to the compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vra
Patch Set: Update LoginCustomFlags histogram. Created 5 years, 8 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 | « media/base/test_helpers.h ('k') | media/blink/video_frame_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_renderer_sink.h
diff --git a/media/base/video_renderer_sink.h b/media/base/video_renderer_sink.h
index a2852ffcae575e6e2008fa6503ef79a4db541893..3f89856ea35a1419bd9e4ddf125dfc9ad50d529b 100644
--- a/media/base/video_renderer_sink.h
+++ b/media/base/video_renderer_sink.h
@@ -56,6 +56,10 @@ class MEDIA_EXPORT VideoRendererSink {
virtual void PaintFrameUsingOldRenderingPath(
const scoped_refptr<VideoFrame>& frame) = 0;
+ // TODO(dalecurtis): We may need OnSizeChanged() and OnOpacityChanged()
+ // methods on this interface if background rendering is handled inside of
+ // the media layer instead of by VideoFrameCompositor.
+
virtual ~VideoRendererSink() {}
};
« no previous file with comments | « media/base/test_helpers.h ('k') | media/blink/video_frame_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698