| Index: Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| diff --git a/Source/platform/graphics/gpu/Extensions3DUtil.cpp b/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| index d049cb040689f564b9ce051f2bd1b27102218ea9..7acdec3e35d99c5d5554de3f4d0219c0fe09ac0f 100644
|
| --- a/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| +++ b/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| @@ -9,7 +9,7 @@
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/StringHash.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -98,4 +98,4 @@ bool Extensions3DUtil::canUseCopyTextureCHROMIUM(GLenum destFormat, GLenum destT
|
| return false;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|