We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0178a53 commit 71b4344Copy full SHA for 71b4344
Source/WebCore/rendering/svg/RenderSVGResourceMasker.h
@@ -20,6 +20,8 @@
20
21
#pragma once
22
23
+#if ENABLE(LAYER_BASED_SVG_ENGINE)
24
+
25
#include "RenderSVGResourceContainer.h"
26
#include "SVGUnitTypes.h"
27
@@ -54,3 +56,5 @@ class RenderSVGResourceMasker final : public RenderSVGResourceContainer {
54
56
}
55
57
58
SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGResourceMasker, isRenderSVGResourceMasker())
59
60
+#endif // ENABLE(LAYER_BASED_SVG_ENGINE)
0 commit comments