| Index: Source/platform/graphics/skia/NativeImageSkia.cpp
|
| diff --git a/Source/platform/graphics/skia/NativeImageSkia.cpp b/Source/platform/graphics/skia/NativeImageSkia.cpp
|
| index ac109bb3d68f344ca4e5dcf9cd904bb0ef42ef1f..50a31c7fc4718573c223235b55f25161dffc4344 100644
|
| --- a/Source/platform/graphics/skia/NativeImageSkia.cpp
|
| +++ b/Source/platform/graphics/skia/NativeImageSkia.cpp
|
| @@ -50,7 +50,7 @@
|
| #include <math.h>
|
| #include <limits>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static bool nearlyIntegral(float value)
|
| {
|
| @@ -556,4 +556,4 @@ SkIRect NativeImageSkia::ImageResourceInfo::rectInSubset(const SkIRect& otherSca
|
| return subsetRect;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|