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

Unified Diff: Source/core/html/canvas/WebGLContextObject.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
« no previous file with comments | « Source/core/html/canvas/WebGLContextObject.h ('k') | Source/core/html/canvas/WebGLDrawBuffers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLContextObject.cpp
diff --git a/Source/core/html/canvas/WebGLContextObject.cpp b/Source/core/html/canvas/WebGLContextObject.cpp
index 5425be465aa97dd6ff0d8e957828d11f7efcb22e..c923914e1fdc4d345c8e15afe2aa9ee6539af2bb 100644
--- a/Source/core/html/canvas/WebGLContextObject.cpp
+++ b/Source/core/html/canvas/WebGLContextObject.cpp
@@ -62,7 +62,7 @@ void WebGLContextObject::detachContext()
}
}
-blink::WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() const
+WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() const
{
#if ENABLE(OILPAN)
return m_sharedWebGraphicsContext3D ? m_sharedWebGraphicsContext3D->webContext() : 0;
@@ -77,4 +77,4 @@ DEFINE_TRACE(WebGLContextObject)
WebGLObject::trace(visitor);
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/html/canvas/WebGLContextObject.h ('k') | Source/core/html/canvas/WebGLDrawBuffers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698