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

Unified Diff: webkit/common/gpu/webgraphicscontext3d_provider_impl.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 | « webkit/common/gpu/webgraphicscontext3d_provider_impl.h ('k') | webkit/common/quota/quota_status_code.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
diff --git a/webkit/common/gpu/webgraphicscontext3d_provider_impl.cc b/webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
index c4a94c1013f4fae3ccf171228f3e93082c3b123a..5629131678018fda9bf89cf379b718890db57414 100644
--- a/webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
+++ b/webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
@@ -15,7 +15,7 @@ WebGraphicsContext3DProviderImpl::WebGraphicsContext3DProviderImpl(
WebGraphicsContext3DProviderImpl::~WebGraphicsContext3DProviderImpl() {}
-WebKit::WebGraphicsContext3D* WebGraphicsContext3DProviderImpl::context3d() {
+blink::WebGraphicsContext3D* WebGraphicsContext3DProviderImpl::context3d() {
return provider_->Context3d();
}
« no previous file with comments | « webkit/common/gpu/webgraphicscontext3d_provider_impl.h ('k') | webkit/common/quota/quota_status_code.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698