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

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

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.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.h b/third_party/WebKit/Source/core/timing/PerformanceBase.h
index 0a1417d03aab3b1ac6aaa22f0074b8aa2451244b..a63d7b9cb9567c599607dfee4a02d54000dc082b 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
@@ -123,7 +123,7 @@ protected:
void notifyObserversOfEntry(PerformanceEntry&);
bool hasObserverFor(PerformanceEntry::EntryType);
- void deliverObservationsTimerFired(Timer<PerformanceBase>*);
+ void deliverObservationsTimerFired(TimerBase*);
PerformanceEntryVector m_frameTimingBuffer;
unsigned m_frameTimingBufferSize;

Powered by Google App Engine
This is Rietveld 408576698