Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Unified Diff: Source/core/html/canvas/WebGLTexture.cpp

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/canvas/WebGLTexture.h ('k') | Source/core/html/canvas/WebGLTransformFeedback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/html/canvas/WebGLTexture.h ('k') | Source/core/html/canvas/WebGLTransformFeedback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698