summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/win/FullscreenVideoController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/win/FullscreenVideoController.h')
-rw-r--r--Source/WebKit/win/FullscreenVideoController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebKit/win/FullscreenVideoController.h b/Source/WebKit/win/FullscreenVideoController.h
index 6b56ab5..a65529e 100644
--- a/Source/WebKit/win/FullscreenVideoController.h
+++ b/Source/WebKit/win/FullscreenVideoController.h
@@ -102,7 +102,8 @@ private:
int m_dragStartOffset;
};
-class FullscreenVideoController : WebCore::MediaPlayerPrivateFullscreenClient, public Noncopyable {
+class FullscreenVideoController : WebCore::MediaPlayerPrivateFullscreenClient {
+ WTF_MAKE_NONCOPYABLE(FullscreenVideoController);
public:
FullscreenVideoController();
virtual ~FullscreenVideoController();