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

Unified Diff: Source/core/html/canvas/WebGLShader.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/WebGLShader.h ('k') | Source/core/html/canvas/WebGLSharedObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLShader.cpp
diff --git a/Source/core/html/canvas/WebGLShader.cpp b/Source/core/html/canvas/WebGLShader.cpp
index e8d405c0370ac30ff317d98f535a3d27af9088d2..4288ebacbc7683449610e0ce5112ea148f5227f7 100644
--- a/Source/core/html/canvas/WebGLShader.cpp
+++ b/Source/core/html/canvas/WebGLShader.cpp
@@ -56,10 +56,10 @@ WebGLShader::~WebGLShader()
detachAndDeleteObject();
}
-void WebGLShader::deleteObjectImpl(blink::WebGraphicsContext3D* context3d)
+void WebGLShader::deleteObjectImpl(WebGraphicsContext3D* context3d)
{
context3d->deleteShader(m_object);
m_object = 0;
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/html/canvas/WebGLShader.h ('k') | Source/core/html/canvas/WebGLSharedObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698