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

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

Issue 2520873002: [css-ui] Add support for caret-color property (Closed)
Patch Set: Patch for landing applying suggested changes Created 4 years 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 | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSProperties.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
index ef323be1689baf7e036ba703dabee45f1408e52b..58dfc435ce8a45675df0de2da533f0fb37cb8c73 100644
--- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -173,8 +173,7 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyRy, CSSPropertyScrollSnapType, CSSPropertyScrollSnapPointsX,
CSSPropertyScrollSnapPointsY, CSSPropertyScrollSnapCoordinate,
CSSPropertyScrollSnapDestination, CSSPropertyTranslate, CSSPropertyRotate,
- CSSPropertyScale,
-};
+ CSSPropertyScale, CSSPropertyCaretColor};
static const Vector<CSSPropertyID>& computableProperties() {
DEFINE_STATIC_LOCAL(Vector<CSSPropertyID>, properties, ());
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698