summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h')
-rw-r--r--Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h b/Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h
index 3089ae2d4..011ec36a2 100644
--- a/Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h
+++ b/Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h
@@ -121,7 +121,7 @@ private:
PassRefPtr<TimeRanges> buffered() const;
float maxTimeSeekable() const;
- unsigned bytesLoaded() const;
+ bool didLoadingProgress() const;
unsigned totalBytes() const;
void setVisible(bool);
@@ -212,6 +212,7 @@ private:
bool m_videoFrameHasDrawn;
bool m_isAllowedToRender;
bool m_privateBrowsing;
+ mutable float m_maxTimeLoadedAtLastDidLoadingProgress;
#if DRAW_FRAME_RATE
int m_frameCountWhilePlaying;
double m_timeStartedPlaying;