Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index 11013bab2d78f24e9037202616881df6b0e895ce..7dccef802e17f16bc8e584a50b825246a6d9c776 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -113,8 +113,9 @@ public: |
NetworkState networkState() const; |
String preload() const; |
- MediaPlayer::Preload effectivePreloadType() const; |
void setPreload(const AtomicString&); |
+ MediaPlayer::Preload preloadType() const; |
+ MediaPlayer::Preload effectivePreloadType() const; |
PassRefPtrWillBeRawPtr<TimeRanges> buffered() const; |
void load(); |
@@ -507,8 +508,6 @@ private: |
OwnPtr<MediaPlayer> m_player; |
WebLayer* m_webLayer; |
- MediaPlayer::Preload m_preload; |
- |
DisplayMode m_displayMode; |
RefPtrWillBeMember<HTMLMediaSource> m_mediaSource; |