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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.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/modules/peerconnection/RTCDataChannel.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
index 6091d2b8896e0ed93d9ee4292a0257d5fbb846fc..86640c7a01a9185fca1a453765ed3f491cbfcc95 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
@@ -121,7 +121,7 @@ private:
void dispose();
void scheduleDispatchEvent(Event*);
- void scheduledEventTimerFired(Timer<RTCDataChannel>*);
+ void scheduledEventTimerFired(TimerBase*);
std::unique_ptr<WebRTCDataChannelHandler> m_handler;

Powered by Google App Engine
This is Rietveld 408576698