| Index: Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| diff --git a/Source/platform/graphics/UnacceleratedImageBufferSurface.h b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| index afde20cb0ecb7f20a8a9f4363054dfff95ecc936..694a48e10f43d20e9da21f8ef2d59974d436928f 100644
|
| --- a/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| +++ b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| @@ -36,7 +36,7 @@
|
|
|
| class SkSurface;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT UnacceleratedImageBufferSurface : public ImageBufferSurface {
|
| WTF_MAKE_NONCOPYABLE(UnacceleratedImageBufferSurface); WTF_MAKE_FAST_ALLOCATED;
|
| @@ -51,6 +51,6 @@ private:
|
| RefPtr<SkSurface> m_surface;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|