diff options
Diffstat (limited to 'Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h')
| -rw-r--r-- | Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h index 53a24d666..b3c94fe58 100644 --- a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h +++ b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h @@ -186,10 +186,10 @@ private: static void getSupportedTypes(WTF::HashSet<WTF::String>&); #if ENABLE(ENCRYPTED_MEDIA) static WebCore::MediaPlayer::SupportsType supportsType( - const WTF::String& type, const WTF::String& codecs, const String& keySystem); + const WTF::String& type, const WTF::String& codecs, const String& keySystem, const WebCore::KURL&); #else static WebCore::MediaPlayer::SupportsType supportsType( - const WTF::String& type, const WTF::String& codecs); + const WTF::String& type, const WTF::String& codecs, const WebCore::KURL&); #endif #if USE(ACCELERATED_COMPOSITING) bool acceleratedRenderingInUse(); |
