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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceBase.cpp

Issue 2191533003: Refactor Timer classes in preparation for landing FrameTimers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More build fixes Created 4 years, 5 months 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/timing/PerformanceBase.cpp
diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.cpp b/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
index 517acfe9e793aa08b8f2f81a4f4814dbbc55bb5e..87d4f3fec03470799708fe2d43a13bedef5eef3f 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
@@ -407,7 +407,7 @@ void PerformanceBase::resumeSuspendedObservers()
}
}
-void PerformanceBase::deliverObservationsTimerFired(Timer<PerformanceBase>*)
+void PerformanceBase::deliverObservationsTimerFired(TimerBase*)
{
ASSERT(isMainThread());
PerformanceObservers observers;

Powered by Google App Engine
This is Rietveld 408576698