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

Unified Diff: media/base/video_renderer.h

Issue 1053113002: Prime the landing pad for the new video rendering pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. Revert canvas changes. 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
Index: media/base/video_renderer.h
diff --git a/media/base/video_renderer.h b/media/base/video_renderer.h
index 8c07036cf4e0b11d321f5a3c8991128e58c08596..c1f8c8c4104c5500f326530d1ddf545a9996a0fb 100644
--- a/media/base/video_renderer.h
+++ b/media/base/video_renderer.h
@@ -45,9 +45,6 @@ class MEDIA_EXPORT VideoRenderer {
// |buffering_state_cb| is executed when video rendering has either run out of
// data or has enough data to continue playback.
//
- // |paint_cb| is executed on the video frame timing thread whenever a new
- // frame is available for painting. Can be called from any thread.
- //
// |ended_cb| is executed when video rendering has reached the end of stream.
//
// |error_cb| is executed if an error was encountered after initialization.
@@ -63,7 +60,6 @@ class MEDIA_EXPORT VideoRenderer {
const SetDecryptorReadyCB& set_decryptor_ready_cb,
const StatisticsCB& statistics_cb,
const BufferingStateCB& buffering_state_cb,
- const PaintCB& paint_cb,
const base::Closure& ended_cb,
const PipelineStatusCB& error_cb,
const WallClockTimeCB& wall_clock_time_cb,

Powered by Google App Engine
This is Rietveld 408576698