summaryrefslogtreecommitdiff
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLVideoElement.h b/Source/WebCore/html/HTMLVideoElement.h
index f14670527..b4c0391a7 100644
--- a/Source/WebCore/html/HTMLVideoElement.h
+++ b/Source/WebCore/html/HTMLVideoElement.h
@@ -29,12 +29,13 @@
#if ENABLE(VIDEO)
#include "HTMLMediaElement.h"
+#include "ImageLoaderClient.h"
namespace WebCore {
class HTMLImageLoader;
-class HTMLVideoElement : public HTMLMediaElement {
+class HTMLVideoElement : public HTMLMediaElement, public ImageLoaderClientBase<HTMLVideoElement> {
public:
static PassRefPtr<HTMLVideoElement> create(const QualifiedName&, Document*, bool);