| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 4dd5bf21b1e3150dbaaf9e43bad26263c5cdcda2..7d0ed3c00c3fd4a6f8945faa5907e34d79066651 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -355,6 +355,7 @@ private:
|
| void loadInternal();
|
| void selectMediaResource();
|
| void loadResource(const KURL&, ContentType&, const String& keySystem);
|
| + void startPlayerLoad();
|
| void setPlayerPreload();
|
| void startDelayedLoad();
|
| blink::WebMediaPlayer::LoadType loadType() const;
|
|
|