Index: Source/core/html/canvas/WebGLSampler.cpp |
diff --git a/Source/core/html/canvas/WebGLSampler.cpp b/Source/core/html/canvas/WebGLSampler.cpp |
index a98d19e122b0b791bb1cc2e034d6c6c2417e97f1..545f375c16ae43c5312d8a730440fa8db3c3bb28 100644 |
--- a/Source/core/html/canvas/WebGLSampler.cpp |
+++ b/Source/core/html/canvas/WebGLSampler.cpp |
@@ -33,7 +33,7 @@ WebGLSampler::WebGLSampler(WebGL2RenderingContextBase* ctx) |
setObject(ctx->webContext()->createSampler()); |
} |
-void WebGLSampler::deleteObjectImpl(blink::WebGraphicsContext3D* context3d) |
+void WebGLSampler::deleteObjectImpl(WebGraphicsContext3D* context3d) |
{ |
context3d->deleteSampler(m_object); |
m_object = 0; |