| Index: Source/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| index 4c457b7c7b747dc97b8763a629758a6bbe6de54f..3ebbebc292bb10f6723d3a629635acafb5581aec 100644
|
| --- a/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -53,7 +53,7 @@ class WebGraphicsContext3D;
|
| class WebLayer;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class Extensions3DUtil;
|
| class ImageData;
|
| class ImageBuffer;
|
| @@ -300,6 +300,6 @@ private:
|
| Vector<uint8_t> m_scanline;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DrawingBuffer_h
|
|
|