Index: Source/core/html/canvas/WebGLDrawBuffers.cpp |
diff --git a/Source/core/html/canvas/WebGLDrawBuffers.cpp b/Source/core/html/canvas/WebGLDrawBuffers.cpp |
index 76299c6a68389872067caf48f16d5d4fad679772..197d2dcf2a592e67bf329597443fa28e2198fc10 100644 |
--- a/Source/core/html/canvas/WebGLDrawBuffers.cpp |
+++ b/Source/core/html/canvas/WebGLDrawBuffers.cpp |
@@ -100,7 +100,7 @@ void WebGLDrawBuffers::drawBuffersWEBGL(const Vector<GLenum>& buffers) |
// static |
bool WebGLDrawBuffers::satisfiesWebGLRequirements(WebGLRenderingContextBase* webglContext) |
{ |
- blink::WebGraphicsContext3D* context = webglContext->webContext(); |
+ WebGraphicsContext3D* context = webglContext->webContext(); |
Extensions3DUtil* extensionsUtil = webglContext->extensionsUtil(); |
// This is called after we make sure GL_EXT_draw_buffers is supported. |