| Index: public/platform/WebGraphicsContext3D.h
|
| diff --git a/public/platform/WebGraphicsContext3D.h b/public/platform/WebGraphicsContext3D.h
|
| index eefb3b607cf0bb218c23f503449d848b1eb454ed..a55e04805a866d80f7e8d68d2e702121e9b71b2e 100644
|
| --- a/public/platform/WebGraphicsContext3D.h
|
| +++ b/public/platform/WebGraphicsContext3D.h
|
| @@ -37,7 +37,7 @@
|
|
|
| struct GrGLInterface;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // WGC3D types match the corresponding GL types as defined in OpenGL ES 2.0
|
| // header file gl2.h from khronos.org.
|
| @@ -473,6 +473,6 @@ public:
|
| virtual void vertexAttribDivisorANGLE(WGC3Duint index, WGC3Duint divisor) { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|