Index: content/browser/gpu/gpu_ipc_browsertests.cc |
diff --git a/content/browser/gpu/gpu_ipc_browsertests.cc b/content/browser/gpu/gpu_ipc_browsertests.cc |
index f066fe6809eeb8c85ab2e2d64ab068a5d383a845..a67a9be1554e318e7d8e221cc5e37a9869a4d78f 100644 |
--- a/content/browser/gpu/gpu_ipc_browsertests.cc |
+++ b/content/browser/gpu/gpu_ipc_browsertests.cc |
@@ -35,7 +35,7 @@ class ContextTestBase : public content::ContentBrowserTest { |
context_.reset( |
WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext( |
gpu_channel_host.get(), |
- WebKit::WebGraphicsContext3D::Attributes(), |
+ blink::WebGraphicsContext3D::Attributes(), |
GURL())); |
CHECK(context_.get()); |
context_->makeContextCurrent(); |
@@ -120,7 +120,7 @@ class BrowserGpuChannelHostFactoryTest : public ContextTestBase { |
return make_scoped_ptr( |
WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext( |
GetGpuChannel(), |
- WebKit::WebGraphicsContext3D::Attributes(), |
+ blink::WebGraphicsContext3D::Attributes(), |
GURL())); |
} |
}; |