Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
index 5ac50c4acb226cae15258341c1da6907b007fa0c..03530d5f11a032dcd567d80ab8472752b7fb404e 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
@@ -142,7 +142,7 @@ DrawingBuffer::DrawingBuffer( |
: m_client(client), |
m_preserveDrawingBuffer(preserve), |
m_webGLVersion(webGLVersion), |
- m_contextProvider(wrapUnique( |
+ m_contextProvider(WTF::wrapUnique( |
new WebGraphicsContext3DProviderWrapper(std::move(contextProvider)))), |
m_gl(this->contextProvider()->contextGL()), |
m_extensionsUtil(std::move(extensionsUtil)), |