Chromium Code Reviews| Index: Source/core/platform/graphics/GraphicsTypes.h |
| diff --git a/Source/core/platform/graphics/GraphicsTypes.h b/Source/core/platform/graphics/GraphicsTypes.h |
| index 079da1234aecf6e91b3e99f269ac029aa58bbd4d..a6ff0f4c113cb7a60c1d355a1c0a75c7ca30529f 100644 |
| --- a/Source/core/platform/graphics/GraphicsTypes.h |
| +++ b/Source/core/platform/graphics/GraphicsTypes.h |
| @@ -35,10 +35,8 @@ enum StrokeStyle { |
| SolidStroke, |
| DottedStroke, |
| DashedStroke, |
| -#if ENABLE(CSS3_TEXT) |
| DoubleStroke, |
| WavyStroke, |
| -#endif // CSS3_TEXT |
| }; |
| enum InterpolationQuality { |