diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 06:58:20 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 06:58:20 +0000 |
commit | c32e27083ff530651d7e03cff7e7bc05bac55359 (patch) | |
tree | ca25d186ec5e30b1c908369fc6d2951bfb2a45f5 /cc/test/test_texture.h | |
parent | bb2999f3c773c9a04201b88b823f93c6de8b117f (diff) | |
download | chromium_src-c32e27083ff530651d7e03cff7e7bc05bac55359.zip chromium_src-c32e27083ff530651d7e03cff7e7bc05bac55359.tar.gz chromium_src-c32e27083ff530651d7e03cff7e7bc05bac55359.tar.bz2 |
Rename WebKit namespace to blink (part 5)
This CL updates all references to the WebKit namespace outside of content,
chrome, and components.
TBR=darin@chromium.org
BUG=295096
Review URL: https://codereview.chromium.org/61553006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/test_texture.h')
-rw-r--r-- | cc/test/test_texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/test_texture.h b/cc/test/test_texture.h index a286468..604432e 100644 --- a/cc/test/test_texture.h +++ b/cc/test/test_texture.h @@ -26,7 +26,7 @@ struct TestTexture : public base::RefCounted<TestTexture> { // TODO(mvujovic): Replace this with a hash map of texture parameter names // and values, which can hold this filter parameter value and more. - WebKit::WGC3Denum filter; + blink::WGC3Denum filter; private: friend class base::RefCounted<TestTexture>; |