| Index: Source/platform/graphics/ScaledImageFragment.cpp
|
| diff --git a/Source/platform/graphics/ScaledImageFragment.cpp b/Source/platform/graphics/ScaledImageFragment.cpp
|
| index 41e0ae3971db090eb92075b711fc63f10c8ebc94..3a24708a24480c36cce673c1494782e1bbe31af0 100644
|
| --- a/Source/platform/graphics/ScaledImageFragment.cpp
|
| +++ b/Source/platform/graphics/ScaledImageFragment.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "platform/graphics/ScaledImageFragment.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ScaledImageFragment::~ScaledImageFragment()
|
| {
|
| @@ -41,4 +41,4 @@ ScaledImageFragment::ScaledImageFragment(const SkISize& scaledSize, size_t index
|
| {
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|