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

Unified Diff: third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h

Issue 1708173002: Remove support of the -webkit-text value from {-webkit-,}background-clip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tests Created 4 years, 10 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: third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h b/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
index be6100eb0edc84891b5c6c18710da6420228d8b2..e1a4e875df9bd4ca406cd8c0aaa5617d4b7ed5a7 100644
--- a/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
+++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
@@ -636,7 +636,6 @@ template<> inline EFillBox CSSPrimitiveValue::convertTo() const
case CSSValueContentBox:
return ContentFillBox;
case CSSValueText:
- case CSSValueWebkitText:
return TextFillBox;
default:
break;

Powered by Google App Engine
This is Rietveld 408576698