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

Unified Diff: third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp

Issue 2384263003: Reflow comments in core/animation and subdirs (Closed)
Patch Set: Created 4 years, 2 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/animation/CSSInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
index 2dc58359624e9d8fac24284a4b5854a24a613f1d..0f4a29e5ac36b4497c4e71f739d99c88996a5991 100644
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
@@ -35,7 +35,8 @@ class ResolvedVariableChecker : public InterpolationType::ConversionChecker {
bool isValid(const InterpolationEnvironment& environment,
const InterpolationValue& underlying) const final {
- // TODO(alancutter): Just check the variables referenced instead of doing a full CSSValue resolve.
+ // TODO(alancutter): Just check the variables referenced instead of doing a
+ // full CSSValue resolve.
const CSSValue* resolvedValue =
CSSVariableResolver::resolveVariableReferences(
environment.state(), m_property, *m_variableReference);

Powered by Google App Engine
This is Rietveld 408576698