| Index: Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| diff --git a/Source/platform/graphics/RecordingImageBufferSurface.cpp b/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| index 03dcd38871578ff32209e3097fdde1a0076a8453..abd7003fa38821b46f8c9c7bdc24eb30e8d309ea 100644
|
| --- a/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| +++ b/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| @@ -13,7 +13,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| RecordingImageBufferSurface::RecordingImageBufferSurface(const IntSize& size, OpacityMode opacityMode)
|
| : ImageBufferSurface(size, opacityMode)
|
| @@ -144,4 +144,4 @@ bool RecordingImageBufferSurface::handleOpaqueFrame()
|
| return true;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|