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

Unified Diff: Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp

Issue 464273002: Cleanup namespace usage in platform/graphics/[filters/* to skia/*] and platform/graphics/[B-D]* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/platform/graphics/gpu/WebGLImageBufferSurface.cpp
diff --git a/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp b/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp
index 58d9b8772fa9c264a70dcad092dca4e355f6a62d..cbcb812f69651743f0a3856908176f2f64f458b0 100644
--- a/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp
+++ b/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp
@@ -43,7 +43,7 @@ namespace blink {
WebGLImageBufferSurface::WebGLImageBufferSurface(const IntSize& size, OpacityMode opacityMode)
: ImageBufferSurface(size, opacityMode)
{
- m_contextProvider = adoptPtr(blink::Platform::current()->createSharedOffscreenGraphicsContext3DProvider());
+ m_contextProvider = adoptPtr(Platform::current()->createSharedOffscreenGraphicsContext3DProvider());
if (!m_contextProvider)
return;
GrContext* gr = m_contextProvider->grContext();
« no previous file with comments | « Source/platform/graphics/gpu/WebGLImageBufferSurface.h ('k') | Source/platform/graphics/media/MediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698