Chromium Code Reviews| Index: Source/web/WebMediaPlayerClientImpl.cpp |
| diff --git a/Source/web/WebMediaPlayerClientImpl.cpp b/Source/web/WebMediaPlayerClientImpl.cpp |
| index 8ae9ba35a8c2767d27701d7cd673129784e9af49..7dc86ace642fdb345678dac24d209ae3c0473631 100644 |
| --- a/Source/web/WebMediaPlayerClientImpl.cpp |
| +++ b/Source/web/WebMediaPlayerClientImpl.cpp |
| @@ -207,7 +207,7 @@ void WebMediaPlayerClientImpl::load(WebMediaPlayer::LoadType loadType, const WTF |
| m_webMediaPlayer->setPoster(poster); |
| // Tell WebMediaPlayer about any connected CDM (may be null). |
| - m_webMediaPlayer->setContentDecryptionModule(HTMLMediaElementEncryptedMedia::contentDecryptionModule(mediaElement())); |
| + m_webMediaPlayer->setContentDecryptionModuleSync(HTMLMediaElementEncryptedMedia::contentDecryptionModule(mediaElement())); |
|
jamesr
2014/08/15 00:56:43
why does this call have to be synchronous? will th
jrummell
2014/08/15 18:32:06
The current HTML standard for resource fetching is
|
| m_webMediaPlayer->load(loadType, kurl, corsMode); |
| } |