| Index: Source/platform/graphics/DrawLooperBuilder.cpp
|
| diff --git a/Source/platform/graphics/DrawLooperBuilder.cpp b/Source/platform/graphics/DrawLooperBuilder.cpp
|
| index fef526e07ca869c1aec88cb7178bad3a2486e1a9..3b0a8f45ae0f94efb0a724f92aa75483c59f84f7 100644
|
| --- a/Source/platform/graphics/DrawLooperBuilder.cpp
|
| +++ b/Source/platform/graphics/DrawLooperBuilder.cpp
|
| @@ -41,7 +41,7 @@
|
| #include "third_party/skia/include/effects/SkBlurMaskFilter.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DrawLooperBuilder::DrawLooperBuilder() { }
|
|
|
| @@ -113,4 +113,4 @@ void DrawLooperBuilder::addShadow(const FloatSize& offset, float blur, const Col
|
| paint->setColorFilter(cf.get());
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|