summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/openvg/SurfaceOpenVG.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/openvg/SurfaceOpenVG.h')
-rw-r--r--Source/WebCore/platform/graphics/openvg/SurfaceOpenVG.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/openvg/SurfaceOpenVG.h b/Source/WebCore/platform/graphics/openvg/SurfaceOpenVG.h
index 46d1646..19d95d8 100644
--- a/Source/WebCore/platform/graphics/openvg/SurfaceOpenVG.h
+++ b/Source/WebCore/platform/graphics/openvg/SurfaceOpenVG.h
@@ -42,7 +42,8 @@ class IntSize;
* of #ifdefs and should make it easy to add different surface/context
* implementations than EGL.
*/
-class SurfaceOpenVG : public Noncopyable {
+class SurfaceOpenVG {
+ WTF_MAKE_NONCOPYABLE(SurfaceOpenVG);
public:
enum MakeCurrentMode {
ApplyPainterStateOnSurfaceSwitch,