Index: Source/core/platform/graphics/GraphicsContext.h |
diff --git a/Source/core/platform/graphics/GraphicsContext.h b/Source/core/platform/graphics/GraphicsContext.h |
index 565413153616722964e03a52a28d0bf0f7751171..eba1209f7ac0fc8880925b6fa56e8451ccfecf30 100644 |
--- a/Source/core/platform/graphics/GraphicsContext.h |
+++ b/Source/core/platform/graphics/GraphicsContext.h |
@@ -82,10 +82,8 @@ enum StrokeStyle { |
SolidStroke, |
DottedStroke, |
DashedStroke, |
-#if ENABLE(CSS3_TEXT) |
DoubleStroke, |
WavyStroke, |
-#endif // CSS3_TEXT |
}; |
enum InterpolationQuality { |