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

Unified Diff: media/tools/shader_bench/cpu_color_painter.cc

Issue 10832087: Remove VideoDecoderConfig.frame_rate_xxx() & VideoFrame:Get/SetDuration() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR comments & build issues. Created 8 years, 5 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/tools/shader_bench/cpu_color_painter.cc
diff --git a/media/tools/shader_bench/cpu_color_painter.cc b/media/tools/shader_bench/cpu_color_painter.cc
index d2dbc4ce600e78e014bd70f1c110d78ded8b705c..95314d095f2a5c561cbcbafd325c9ff6e1be1123 100644
--- a/media/tools/shader_bench/cpu_color_painter.cc
+++ b/media/tools/shader_bench/cpu_color_painter.cc
@@ -69,7 +69,6 @@ void CPUColorPainter::Paint(scoped_refptr<media::VideoFrame> video_frame) {
media::VideoFrame::CreateFrame(media::VideoFrame::RGB32,
video_frame->width(),
video_frame->height(),
- base::TimeDelta(),
base::TimeDelta());
media::ConvertYUVToRGB32(video_frame->data(media::VideoFrame::kYPlane),

Powered by Google App Engine
This is Rietveld 408576698