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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.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/core/svg/graphics/SVGImageChromeClient.cpp
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
index 20bf8ef46e8abaf1e473c77717ece1648392f6ad..8bb8d2070f1aca2e1e01ce2a60b461ba4477c8e1 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
@@ -38,7 +38,7 @@ static const double animationFrameDelay = 1.0 / 60;
SVGImageChromeClient::SVGImageChromeClient(SVGImage* image)
: m_image(image),
- m_animationTimer(wrapUnique(new Timer<SVGImageChromeClient>(
+ m_animationTimer(WTF::wrapUnique(new Timer<SVGImageChromeClient>(
this,
&SVGImageChromeClient::animationTimerFired))),
m_timelineState(Running) {}
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathByteStream.h ('k') | third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698