| Index: Source/platform/graphics/gpu/WebGLImageConversion.h
|
| diff --git a/Source/platform/graphics/gpu/WebGLImageConversion.h b/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| index c595c2d80f72fe468fffdb107f9c660ba861626c..7a42a6077352759a60f92b779b4daa037d702fb9 100644
|
| --- a/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| +++ b/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| @@ -11,7 +11,7 @@
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class Image;
|
| class IntSize;
|
|
|
| @@ -163,6 +163,6 @@ private:
|
| static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, void* destinationData, bool flipY);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // WebGLImageConversion_h
|
|
|