| Index: Source/platform/graphics/RecordingImageBufferSurface.h
|
| diff --git a/Source/platform/graphics/RecordingImageBufferSurface.h b/Source/platform/graphics/RecordingImageBufferSurface.h
|
| index 4003dd8a71d26d01e9f2abcbc636503f4554e1ef..cf1eded67eb598b1ce28e5652284fdabe87e1821 100644
|
| --- a/Source/platform/graphics/RecordingImageBufferSurface.h
|
| +++ b/Source/platform/graphics/RecordingImageBufferSurface.h
|
| @@ -13,7 +13,7 @@ class SkPicture;
|
| class SkPictureRecorder;
|
| class RecordingImageBufferSurfaceTest;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class GraphicsContext;
|
|
|
| @@ -47,6 +47,6 @@ private:
|
| bool m_surfaceUsedSincePreviousFrameWasPresented;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|