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

Unified Diff: webkit/common/gpu/grcontext_for_webgraphicscontext3d.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
Index: webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc
diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc
index c70503eba38ae9101acc927d73a15cb4e227da9a..0327ae6e8eef3ccca9c09cea0dd83b222c44fb89 100644
--- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc
+++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc
@@ -13,12 +13,12 @@ namespace gpu {
static void BindWebGraphicsContext3DGLContextCallback(
const GrGLInterface* interface) {
- reinterpret_cast<WebKit::WebGraphicsContext3D*>(
+ reinterpret_cast<blink::WebGraphicsContext3D*>(
interface->fCallbackData)->makeContextCurrent();
}
GrContextForWebGraphicsContext3D::GrContextForWebGraphicsContext3D(
- WebKit::WebGraphicsContext3D* context3d) {
+ blink::WebGraphicsContext3D* context3d) {
if (!context3d)
return;

Powered by Google App Engine
This is Rietveld 408576698