git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WebCore:
[WebKit-https.git]
/
WebCore
/
html
/
HTMLVideoElement.h
diff --git
a/WebCore/html/HTMLVideoElement.h
b/WebCore/html/HTMLVideoElement.h
index 574a0f765df8dc25e023484ce5988a6b0ec23199..8d9be2c62df9bd81500f0629cf5505dcb366ee8e 100644
(file)
--- a/
WebCore/html/HTMLVideoElement.h
+++ b/
WebCore/html/HTMLVideoElement.h
@@
-29,6
+29,7
@@
#if ENABLE(VIDEO)
#include "HTMLMediaElement.h"
+#include <wtf/OwnPtr.h>
namespace WebCore {
@@
-63,7
+64,7
@@
public:
void updatePosterImage();
private:
-
HTMLImageLoader*
m_imageLoader;
+
OwnPtr<HTMLImageLoader>
m_imageLoader;
bool m_shouldShowPosterImage;
};