| Index: Source/core/platform/graphics/MediaPlayerPrivate.h
|
| diff --git a/Source/core/platform/graphics/MediaPlayerPrivate.h b/Source/core/platform/graphics/MediaPlayerPrivate.h
|
| index ecb8bebd360af164cd8604d146afc3782a40b4a1..4afdc1b5854979b3624fad67d18eaed54ac4b64f 100644
|
| --- a/Source/core/platform/graphics/MediaPlayerPrivate.h
|
| +++ b/Source/core/platform/graphics/MediaPlayerPrivate.h
|
| @@ -148,12 +148,6 @@ public:
|
| virtual unsigned audioDecodedByteCount() const { return 0; }
|
| virtual unsigned videoDecodedByteCount() const { return 0; }
|
|
|
| - void getSitesInMediaCache(Vector<String>&) { }
|
| - void clearMediaCache() { }
|
| - void clearMediaCacheForSite(const String&) { }
|
| -
|
| - virtual String engineDescription() const { return emptyString(); }
|
| -
|
| #if ENABLE(WEB_AUDIO)
|
| virtual AudioSourceProvider* audioSourceProvider() { return 0; }
|
| #endif
|
|
|