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

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

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 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/animation/CSSColorInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
index f0b8dfdee727f1b6eb56320a79a769b8f5288471..c0838d08dc808ced39dba217d750cf20500772f8 100644
--- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
@@ -170,8 +170,9 @@ class InheritedColorChecker : public InterpolationType::ConversionChecker {
bool isValid(const InterpolationEnvironment& environment,
const InterpolationValue& underlying) const final {
- return m_color == ColorPropertyFunctions::getUnvisitedColor(
- m_property, *environment.state().parentStyle());
+ return m_color ==
+ ColorPropertyFunctions::getUnvisitedColor(
+ m_property, *environment.state().parentStyle());
}
const CSSPropertyID m_property;

Powered by Google App Engine
This is Rietveld 408576698