| 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,
|
|
|