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

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

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: 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/CSSGradientValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.cpp b/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
index 201bf2789a3e2103a41d5d09509c8893ceca331b..57dc61658b2c55c13387be749491b729f8adcfcb 100644
--- a/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
@@ -85,7 +85,7 @@ bool AppendPosition(StringBuilder& result,
return true;
}
-} // anonymous ns
+} // namespace
bool CSSGradientColorStop::IsCacheable() const {
if (!IsHint() && color_->IsIdentifierValue() &&
@@ -549,7 +549,7 @@ void NormalizeAndAddConicStops(const Vector<GradientStop>& stops,
} while (offset < 1);
}
-} // anonymous ns
+} // namespace
void CSSGradientValue::AddStops(
CSSGradientValue::GradientDesc& desc,

Powered by Google App Engine
This is Rietveld 408576698