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

Unified Diff: content/browser/aura/no_transport_image_transport_factory.cc

Issue 63253002: Rename WebKit namespace to blink (part 3) (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
Index: content/browser/aura/no_transport_image_transport_factory.cc
diff --git a/content/browser/aura/no_transport_image_transport_factory.cc b/content/browser/aura/no_transport_image_transport_factory.cc
index 57648057d9de1e544e0e51301d31ce2be36717c5..cf7cde5a835699ef2a5dc24f9b0497e175a11410 100644
--- a/content/browser/aura/no_transport_image_transport_factory.cc
+++ b/content/browser/aura/no_transport_image_transport_factory.cc
@@ -22,7 +22,7 @@ class FakeTexture : public ui::Texture {
texture_(context_provider_->Context3d()->createTexture()) {}
virtual unsigned int PrepareTexture() OVERRIDE { return texture_; }
- virtual WebKit::WebGraphicsContext3D* HostContext3D() OVERRIDE {
+ virtual blink::WebGraphicsContext3D* HostContext3D() OVERRIDE {
return context_provider_->Context3d();
}
« no previous file with comments | « content/browser/aura/image_transport_factory_browsertest.cc ('k') | content/browser/browser_plugin/browser_plugin_embedder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698