| Index: Source/platform/graphics/LazyDecodingPixelRef.cpp
|
| diff --git a/Source/platform/graphics/LazyDecodingPixelRef.cpp b/Source/platform/graphics/LazyDecodingPixelRef.cpp
|
| index 494d3fe65c536131acebd34a3736783a6079c447..baead439ff9735d27f7a481f44d5df693e867ffc 100644
|
| --- a/Source/platform/graphics/LazyDecodingPixelRef.cpp
|
| +++ b/Source/platform/graphics/LazyDecodingPixelRef.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "platform/graphics/ImageDecodingStore.h"
|
| #include "platform/graphics/ImageFrameGenerator.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| LazyDecodingPixelRef::LazyDecodingPixelRef(const SkImageInfo& info, PassRefPtr<ImageFrameGenerator> frameGenerator, size_t index)
|
| : LazyPixelRef(info)
|
|
|