| Index: third_party/WebKit/Source/platform/graphics/Gradient.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Gradient.cpp b/third_party/WebKit/Source/platform/graphics/Gradient.cpp
|
| index af08ed49530f33648621e98c7ac7ef0c2de2124b..0807016c2faad561bf8e25cb2b524cc381fd4cb8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Gradient.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Gradient.cpp
|
| @@ -299,7 +299,7 @@ class ConicGradient final : public Gradient {
|
| const float angle_;
|
| };
|
|
|
| -} // anonymous ns
|
| +} // namespace
|
|
|
| PassRefPtr<Gradient> Gradient::CreateLinear(const FloatPoint& p0,
|
| const FloatPoint& p1,
|
|
|