Index: media/filters/omx_video_decode_engine.h |
diff --git a/media/filters/omx_video_decode_engine.h b/media/filters/omx_video_decode_engine.h |
index 00fdab1c8b56e92191e4b1275502d36bc3a26154..10f1eadd51477ec2e1ea49c229a9e384ef80b9d5 100644 |
--- a/media/filters/omx_video_decode_engine.h |
+++ b/media/filters/omx_video_decode_engine.h |
@@ -208,6 +208,7 @@ class OmxVideoDecodeEngine : |
int output_port_; |
bool output_eos_; |
bool uses_egl_image_; |
+ base::TimeDelta last_pts_; |
// |il_state_| records the current component state. During state transition |
// |expected_il_state_| is the next state that the component will transition |