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

Unified Diff: Source/core/css/CSSComputedStyleDeclaration.cpp

Issue 203273003: Underline Thickness is not uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/core/rendering/InlineBox.h » ('j') | Source/core/rendering/InlineBox.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSComputedStyleDeclaration.cpp
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
index 874bfaa9fd2724a41b81bf2201d196eed4e61a64..ef3ca189f715462ad6b13ab0c4e3682dc22ccc78 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -1272,6 +1272,8 @@ static PassRefPtrWillBeRawPtr<CSSValue> valueForTextDecorationStyle(TextDecorati
return cssValuePool().createIdentifierValue(CSSValueDashed);
case TextDecorationStyleWavy:
return cssValuePool().createIdentifierValue(CSSValueWavy);
+ case TextDecorationStyleNone:
+ break;
}
ASSERT_NOT_REACHED();
« no previous file with comments | « no previous file | Source/core/rendering/InlineBox.h » ('j') | Source/core/rendering/InlineBox.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698