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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp

Issue 2547053003: s/ passed(...) / WTF::passed(...) / to avoid future ambiguity w/ base::Passed. (Closed)
Patch Set: Rebasing... Created 4 years 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: 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)),

Powered by Google App Engine
This is Rietveld 408576698