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

Unified Diff: Source/core/html/canvas/WebGLSharedObject.cpp

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 months 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: Source/core/html/canvas/WebGLSharedObject.cpp
diff --git a/Source/core/html/canvas/WebGLSharedObject.cpp b/Source/core/html/canvas/WebGLSharedObject.cpp
index 100f28d361918db1d095069200be1c417fd690de..0a8cd15f3837a0f1be59bdfc70fa4d7f5a2edce8 100644
--- a/Source/core/html/canvas/WebGLSharedObject.cpp
+++ b/Source/core/html/canvas/WebGLSharedObject.cpp
@@ -54,9 +54,9 @@ void WebGLSharedObject::detachContextGroup()
}
}
-blink::WebGraphicsContext3D* WebGLSharedObject::getAWebGraphicsContext3D() const
+WebGraphicsContext3D* WebGLSharedObject::getAWebGraphicsContext3D() const
{
return m_contextGroup ? m_contextGroup->getAWebGraphicsContext3D() : nullptr;
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/html/canvas/WebGLSharedObject.h ('k') | Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698