| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 40cbb0876e027b42b3390387f8307a34776626a2..93fe43ddc9d5cabf50b404d2af0231fe7440b6f8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -436,7 +436,7 @@ class CORE_EXPORT HTMLMediaElement
|
| void invokeResourceSelectionAlgorithm();
|
| void loadInternal();
|
| void selectMediaResource();
|
| - void loadResource(const WebMediaPlayerSource&, const ContentType&);
|
| + void loadResource(const WebMediaPlayerSource&, const String& contentType);
|
| void startPlayerLoad(const KURL& playerProvidedUrl = KURL());
|
| void setPlayerPreload();
|
| WebMediaPlayer::LoadType loadType() const;
|
| @@ -453,7 +453,7 @@ class CORE_EXPORT HTMLMediaElement
|
| void waitForSourceChange();
|
| void setIgnorePreloadNone();
|
|
|
| - KURL selectNextSourceChild(ContentType*, InvalidURLAction);
|
| + KURL selectNextSourceChild(String* contentType, InvalidURLAction);
|
|
|
| void mediaLoadingFailed(WebMediaPlayer::NetworkState);
|
|
|
|
|