| Index: Source/platform/graphics/ImageFrameGenerator.cpp
|
| diff --git a/Source/platform/graphics/ImageFrameGenerator.cpp b/Source/platform/graphics/ImageFrameGenerator.cpp
|
| index 972daf8f6a6f15ff3fdec9d6f8ff21958b1b8ff2..73c08f1236c6e4b7a7605aade37e30aae9b9e7e4 100644
|
| --- a/Source/platform/graphics/ImageFrameGenerator.cpp
|
| +++ b/Source/platform/graphics/ImageFrameGenerator.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "skia/ext/image_operations.h"
|
| #include "third_party/skia/include/core/SkMallocPixelRef.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Creates a SkPixelRef such that the memory for pixels is given by an external body.
|
| // This is used to write directly to the memory given by Skia during decoding.
|
|
|