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

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

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment (also filed llvm.org/PR26290) Created 4 years, 11 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/LengthBoxStyleInterpolation.cpp
diff --git a/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp b/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp
index 280961f165baba64c9df8b74141f3f63cfd264cd..6db5bf9af2845faef19cab1e47af9e63178a2021 100644
--- a/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp
+++ b/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp
@@ -80,7 +80,7 @@ PassRefPtrWillBeRawPtr<CSSPrimitiveValue> indexedValueToLength(InterpolableList&
return LengthStyleInterpolation::fromInterpolableValue(*lengthBox.get(i), RangeAll);
}
-}
+} // namespace
PassRefPtrWillBeRawPtr<CSSValue> LengthBoxStyleInterpolation::interpolableValueToLengthBox(InterpolableValue* value, const CSSValue& originalStart, const CSSValue& originalEnd)
{
@@ -106,4 +106,4 @@ void LengthBoxStyleInterpolation::apply(StyleResolverState& state) const
StyleBuilder::applyProperty(m_id, state, interpolableValueToLengthBox(m_cachedValue.get(), *m_startCSSValue, *m_endCSSValue).get());
}
-}
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698