Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(888)

Unified Diff: Source/core/html/HTMLMediaElement.h

Issue 1227403004: Measure usage of HTMLMediaElement preload states (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use fastGetAttribute Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698