Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: Source/core/platform/graphics/GraphicsContext.h

Issue 14576017: Implement CSS3TextDecorations runtime flag in favor of CSS3_TEXT (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated css-properties-as-js-properties.html layout test expectations to match new properties. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698