diff options
author | kbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 21:10:16 +0000 |
---|---|---|
committer | kbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 21:10:16 +0000 |
commit | de06f680c20575525dd9a1744d0192b03c1bbea4 (patch) | |
tree | c18a0d9369f1422c499fcbd41db5dcb70f27e022 /webkit/tools | |
parent | b25edd5d882736340e3b4c5de68536535eaa1468 (diff) | |
download | chromium_src-de06f680c20575525dd9a1744d0192b03c1bbea4.zip chromium_src-de06f680c20575525dd9a1744d0192b03c1bbea4.tar.gz chromium_src-de06f680c20575525dd9a1744d0192b03c1bbea4.tar.bz2 |
Change namespace of WebGraphicsContext3DInProcessImpl based on review feedback.
BUG=none
TEST=it compiles
Review URL: http://codereview.chromium.org/6166008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell_webkit_init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h index d26307d..013ddb0 100644 --- a/webkit/tools/test_shell/test_shell_webkit_init.h +++ b/webkit/tools/test_shell/test_shell_webkit_init.h @@ -161,7 +161,7 @@ class TestShellWebKitInit : public webkit_glue::WebKitClientImpl { } virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D() { - return new webkit_gpu::WebGraphicsContext3DInProcessImpl(); + return new webkit::gpu::WebGraphicsContext3DInProcessImpl(); } private: |