| Index: media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| diff --git a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| index be77340b88a3b277de1844d3b440cb654823caab..3d02f3478b5ffc99f02187910b3736763c689641 100644
|
| --- a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| +++ b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| @@ -133,9 +133,9 @@ class ClearKeyCdm : public ClearKeyCdmInterface {
|
| // Timer delay in milliseconds for the next host_->SetTimer() call.
|
| int64 timer_delay_ms_;
|
|
|
| - // Indicates whether a timer has been set to prevent multiple timers from
|
| - // running.
|
| - bool timer_set_;
|
| + // Indicates whether a heartbeat timer has been set to prevent multiple timers
|
| + // from running.
|
| + bool heartbeat_timer_set_;
|
|
|
| #if defined(CLEAR_KEY_CDM_USE_FAKE_AUDIO_DECODER)
|
| int channel_count_;
|
|
|