Index: webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
index c70503eba38ae9101acc927d73a15cb4e227da9a..0327ae6e8eef3ccca9c09cea0dd83b222c44fb89 100644 |
--- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
+++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
@@ -13,12 +13,12 @@ namespace gpu { |
static void BindWebGraphicsContext3DGLContextCallback( |
const GrGLInterface* interface) { |
- reinterpret_cast<WebKit::WebGraphicsContext3D*>( |
+ reinterpret_cast<blink::WebGraphicsContext3D*>( |
interface->fCallbackData)->makeContextCurrent(); |
} |
GrContextForWebGraphicsContext3D::GrContextForWebGraphicsContext3D( |
- WebKit::WebGraphicsContext3D* context3d) { |
+ blink::WebGraphicsContext3D* context3d) { |
if (!context3d) |
return; |