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

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

Issue 2937043002: CSS Properties & Values API: Compute initial values for transfrom-list type. (Closed)
Patch Set: remove unnecessary line. Created 3 years, 6 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/PropertyRegistration.cpp
diff --git a/third_party/WebKit/Source/core/css/PropertyRegistration.cpp b/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
index b7a75bb7e9de41aff60bacee4bdfcf89e1ddbd58..cd07a8da910e91d3d0dc000e124c77d3be0cac05 100644
--- a/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
+++ b/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
@@ -80,8 +80,7 @@ static bool ComputationallyIndependent(const CSSValue& value) {
return true;
}
- // TODO(timloh): Images and transform-function values can also contain
- // lengths.
+ // TODO(timloh): Images values can also contain lengths.
return true;
}

Powered by Google App Engine
This is Rietveld 408576698