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

Unified Diff: media/filters/video_frame_stream_unittest.cc

Issue 2158923004: Convert media constants to constexpr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/filters/video_frame_stream_unittest.cc
diff --git a/media/filters/video_frame_stream_unittest.cc b/media/filters/video_frame_stream_unittest.cc
index 274c2be114e6c9222f5d0ee874510daee0d21679..2ccd7cad7e96858b29832e8e929574cd2953031f 100644
--- a/media/filters/video_frame_stream_unittest.cc
+++ b/media/filters/video_frame_stream_unittest.cc
@@ -633,7 +633,7 @@ TEST_P(VideoFrameStreamTest, Reset_AfterNormalReadWithActiveSplice) {
// Issue an explicit Reset() and clear the splice timestamp.
Reset();
- demuxer_stream_->set_splice_timestamp(kNoTimestamp());
+ demuxer_stream_->set_splice_timestamp(kNoTimestamp);
// Ensure none of the upcoming calls indicate they have a splice timestamp.
EXPECT_CALL(*this, OnNewSpliceBuffer(_)).Times(0);

Powered by Google App Engine
This is Rietveld 408576698