Index: media/cast/sender/video_sender.h |
diff --git a/media/cast/sender/video_sender.h b/media/cast/sender/video_sender.h |
index 32e42297b3bba2f9cc3715703b137e8d49055234..b2cd320bb39324d05aa54829c1655f5d1c7d2a65 100644 |
--- a/media/cast/sender/video_sender.h |
+++ b/media/cast/sender/video_sender.h |
@@ -102,7 +102,7 @@ class VideoSender : public FrameSender, |
// The video encoder's performance metrics as of the last call to |
// OnEncodedVideoFrame(). See header file comments for SenderEncodedFrame for |
// an explanation of these values. |
- double last_reported_deadline_utilization_; |
+ double last_reported_encoder_utilization_; |
double last_reported_lossy_utilization_; |
// This tracks the time when the request was sent to encoder to encode a key |