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

Unified Diff: third_party/WebKit/Source/web/CompositorMutatorImpl.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/web/CompositorMutatorImpl.cpp
diff --git a/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp b/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
index 2c9ce6ba238929eb4f97f0fe78a3bdd2af0d7ee0..43576d2bc5b7c159d9f15e7c5e08d5ad077d41bd 100644
--- a/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
+++ b/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
@@ -32,7 +32,7 @@ void createCompositorMutatorClient(
} // namespace
CompositorMutatorImpl::CompositorMutatorImpl()
- : m_animationManager(wrapUnique(new CustomCompositorAnimationManager)),
+ : m_animationManager(WTF::wrapUnique(new CustomCompositorAnimationManager)),
m_client(nullptr) {}
std::unique_ptr<CompositorMutatorClient> CompositorMutatorImpl::createClient() {
« no previous file with comments | « third_party/WebKit/Source/web/ColorChooserUIController.cpp ('k') | third_party/WebKit/Source/web/ContextFeaturesClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698