Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index 4dd5bf21b1e3150dbaaf9e43bad26263c5cdcda2..6625d6cb464e0189133661aa188f56046238bb12 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 startLoad(); |
void setPlayerPreload(); |
void startDelayedLoad(); |
blink::WebMediaPlayer::LoadType loadType() const; |