summaryrefslogtreecommitdiffstats
path: root/media/cast/test/encode_decode_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/test/encode_decode_test.cc')
-rw-r--r--media/cast/test/encode_decode_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/cast/test/encode_decode_test.cc b/media/cast/test/encode_decode_test.cc
index 2775dcb..0cf8929 100644
--- a/media/cast/test/encode_decode_test.cc
+++ b/media/cast/test/encode_decode_test.cc
@@ -74,7 +74,7 @@ class EncodeDecodeTest : public ::testing::Test {
// CastEnvironment will only be used by the vp8 decoder; Enable only the
// video decoder and main threads.
cast_environment_(new CastEnvironment(&testing_clock_, task_runner_,
- NULL, NULL, NULL, task_runner_)),
+ NULL, NULL, NULL, task_runner_, GetDefaultCastLoggingConfig())),
test_callback_(new EncodeDecodeTestFrameCallback()) {
testing_clock_.Advance(
base::TimeDelta::FromMilliseconds(kStartMillisecond));