diff options
Diffstat (limited to 'Source/WebCore/html/HTMLVideoElement.h')
-rw-r--r-- | Source/WebCore/html/HTMLVideoElement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLVideoElement.h b/Source/WebCore/html/HTMLVideoElement.h index dd38a59..714fcaa 100644 --- a/Source/WebCore/html/HTMLVideoElement.h +++ b/Source/WebCore/html/HTMLVideoElement.h @@ -57,8 +57,8 @@ public: #if ENABLE(MEDIA_STATISTICS) // Statistics - unsigned long webkitDecodedFrames() const; - unsigned long webkitDroppedFrames() const; + unsigned webkitDecodedFrameCount() const; + unsigned webkitDroppedFrameCount() const; #endif // Used by canvas to gain raw pixel access |