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

Unified Diff: Source/core/html/canvas/WebGLTransformFeedback.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
Index: Source/core/html/canvas/WebGLTransformFeedback.cpp
diff --git a/Source/core/html/canvas/WebGLTransformFeedback.cpp b/Source/core/html/canvas/WebGLTransformFeedback.cpp
index 542256e7a7d170fbf0fc0d4161f88b46bd0984a4..12df6852c6e7158e610f98d660efcad1849bd9cd 100644
--- a/Source/core/html/canvas/WebGLTransformFeedback.cpp
+++ b/Source/core/html/canvas/WebGLTransformFeedback.cpp
@@ -33,7 +33,7 @@ WebGLTransformFeedback::WebGLTransformFeedback(WebGL2RenderingContextBase* ctx)
setObject(ctx->webContext()->createTransformFeedback());
}
-void WebGLTransformFeedback::deleteObjectImpl(blink::WebGraphicsContext3D* context3d)
+void WebGLTransformFeedback::deleteObjectImpl(WebGraphicsContext3D* context3d)
{
context3d->deleteTransformFeedback(m_object);
m_object = 0;
« no previous file with comments | « Source/core/html/canvas/WebGLTransformFeedback.h ('k') | Source/core/html/canvas/WebGLVertexArrayObjectOES.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698