Index: media/filters/vpx_video_decoder.cc |
diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc |
index 69d137b94e1aa1e2e29aa7e94f63226da77744c9..286629d822804dd78a22456c4de6d122de91c0c6 100644 |
--- a/media/filters/vpx_video_decoder.cc |
+++ b/media/filters/vpx_video_decoder.cc |
@@ -444,7 +444,7 @@ bool VpxVideoDecoder::VpxDecode(const scoped_refptr<DecoderBuffer>& buffer, |
} |
CopyVpxImageTo(vpx_image, vpx_image_alpha, video_frame); |
- (*video_frame)->SetTimestamp(base::TimeDelta::FromMicroseconds(timestamp)); |
+ (*video_frame)->set_timestamp(base::TimeDelta::FromMicroseconds(timestamp)); |
return true; |
} |