diff options
Diffstat (limited to 'WebCore/platform/graphics/openvg/PainterOpenVG.cpp')
-rw-r--r-- | WebCore/platform/graphics/openvg/PainterOpenVG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/openvg/PainterOpenVG.cpp b/WebCore/platform/graphics/openvg/PainterOpenVG.cpp index 7d60ca5..b2f2302 100644 --- a/WebCore/platform/graphics/openvg/PainterOpenVG.cpp +++ b/WebCore/platform/graphics/openvg/PainterOpenVG.cpp @@ -834,7 +834,7 @@ void PainterOpenVG::clipPath(const Path& path, PainterOpenVG::ClipOperation mask vgSeti(VG_FILL_RULE, toVGFillRule(clipRule)); vgRenderToMask(path.platformPath()->vgPath(), VG_FILL_PATH, (VGMaskOperation) maskOp); ASSERT_VG_NO_ERROR(); -#elseif +#else notImplemented(); #endif } |