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

Unified Diff: ui/compositor/layer_unittest.cc

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 | « ui/compositor/compositor.h ('k') | ui/compositor/test/default_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer_unittest.cc
diff --git a/ui/compositor/layer_unittest.cc b/ui/compositor/layer_unittest.cc
index 350b40f22470bdc65507c0f0f4a0187c576605b0..d23fd69dd1c721973873fc4dd806e0319745cca2 100644
--- a/ui/compositor/layer_unittest.cc
+++ b/ui/compositor/layer_unittest.cc
@@ -600,7 +600,7 @@ class FakeTexture : public Texture {
: Texture(flipped, size, device_scale_factor) {}
virtual unsigned int PrepareTexture() OVERRIDE { return 0; }
- virtual WebKit::WebGraphicsContext3D* HostContext3D() OVERRIDE {
+ virtual blink::WebGraphicsContext3D* HostContext3D() OVERRIDE {
return NULL;
}
« no previous file with comments | « ui/compositor/compositor.h ('k') | ui/compositor/test/default_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698