Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2167)

Unified Diff: cc/test/test_texture.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/test_context_provider.cc ('k') | cc/test/test_web_graphics_context_3d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_texture.h
diff --git a/cc/test/test_texture.h b/cc/test/test_texture.h
index a2864689f61685352c289e3f176b0b7ade06829a..604432e66d1181dcb47b4ef126873b00bd1c9d35 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>;
« no previous file with comments | « cc/test/test_context_provider.cc ('k') | cc/test/test_web_graphics_context_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698