Index: Source/core/html/canvas/WebGLTexture.cpp |
diff --git a/Source/core/html/canvas/WebGLTexture.cpp b/Source/core/html/canvas/WebGLTexture.cpp |
index a45bd4151cde8a5766fb66543d01fc5769f252da..3f2033555b892ffa2940405119e0bdee28daf785 100644 |
--- a/Source/core/html/canvas/WebGLTexture.cpp |
+++ b/Source/core/html/canvas/WebGLTexture.cpp |
@@ -273,7 +273,7 @@ bool WebGLTexture::needToUseBlackTexture(TextureExtensionFlag flag) const |
return false; |
} |
-void WebGLTexture::deleteObjectImpl(blink::WebGraphicsContext3D* context3d) |
+void WebGLTexture::deleteObjectImpl(WebGraphicsContext3D* context3d) |
{ |
context3d->deleteTexture(m_object); |
m_object = 0; |
@@ -418,4 +418,4 @@ const WebGLTexture::LevelInfo* WebGLTexture::getLevelInfo(GLenum target, GLint l |
return &(m_info[targetIndex][level]); |
} |
-} |
+} // namespace blink |