summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/MediaPlayerPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/MediaPlayerPrivate.h')
-rw-r--r--WebCore/platform/graphics/MediaPlayerPrivate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/MediaPlayerPrivate.h b/WebCore/platform/graphics/MediaPlayerPrivate.h
index 40aeacb..a8d9b86 100644
--- a/WebCore/platform/graphics/MediaPlayerPrivate.h
+++ b/WebCore/platform/graphics/MediaPlayerPrivate.h
@@ -29,12 +29,12 @@
#if ENABLE(VIDEO)
#include "MediaPlayer.h"
+#include <wtf/Forward.h>
namespace WebCore {
class IntRect;
class IntSize;
-class String;
class MediaPlayerPrivateInterface : public Noncopyable {
public:
@@ -123,6 +123,8 @@ public:
virtual MediaPlayer::MovieLoadType movieLoadType() const { return MediaPlayer::Unknown; }
+ virtual void prepareForRendering() { }
+
};
}