| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index 3b426561960f5359528b2237b426baa554cd9d64..3d94b32c4ddde4de4c775213a97fe69a4d99db21 100644
|
| --- a/Source/platform/graphics/ImageBuffer.h
|
| +++ b/Source/platform/graphics/ImageBuffer.h
|
| @@ -50,7 +50,7 @@ namespace blink {
|
| class WebGraphicsContext3D;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DrawingBuffer;
|
| class GraphicsContext;
|
| @@ -153,6 +153,6 @@ struct ImageDataBuffer {
|
|
|
| String PLATFORM_EXPORT ImageDataToDataURL(const ImageDataBuffer&, const String& mimeType, const double* quality);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ImageBuffer_h
|
|
|