summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLVideoElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLVideoElement.h')
-rw-r--r--Source/WebCore/html/HTMLVideoElement.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLVideoElement.h b/Source/WebCore/html/HTMLVideoElement.h
index d893411..dd38a59 100644
--- a/Source/WebCore/html/HTMLVideoElement.h
+++ b/Source/WebCore/html/HTMLVideoElement.h
@@ -55,6 +55,12 @@ public:
void webkitEnterFullScreen(bool isUserGesture, ExceptionCode& ec) { webkitEnterFullscreen(isUserGesture, ec); }
void webkitExitFullScreen() { webkitExitFullscreen(); }
+#if ENABLE(MEDIA_STATISTICS)
+ // Statistics
+ unsigned long webkitDecodedFrames() const;
+ unsigned long webkitDroppedFrames() const;
+#endif
+
// Used by canvas to gain raw pixel access
void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);