| Index: Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
|
| index c20de5d69933e3e5d54a17be2deec378a83b7334..6180dd7c218bf3db1afbb9cf6cbc93e9552ef3ff 100644
|
| --- a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
|
| @@ -158,7 +158,6 @@ private:
|
| void loadInternal();
|
|
|
| static PassOwnPtr<WebCore::MediaPlayerPrivateInterface> create(WebCore::MediaPlayer*);
|
| - 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 WebCore::KURL&);
|
|
|