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(); |