diff options
Diffstat (limited to 'content/common/gpu/client/gl_helper_unittests.cc')
-rw-r--r-- | content/common/gpu/client/gl_helper_unittests.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/gpu/client/gl_helper_unittests.cc b/content/common/gpu/client/gl_helper_unittests.cc index 68b930d..548faec 100644 --- a/content/common/gpu/client/gl_helper_unittests.cc +++ b/content/common/gpu/client/gl_helper_unittests.cc @@ -44,8 +44,8 @@ namespace content { -using WebKit::WebGLId; -using WebKit::WebGraphicsContext3D; +using blink::WebGLId; +using blink::WebGraphicsContext3D; using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl; content::GLHelper::ScalerQuality kQualities[] = { |