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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h

Issue 2648543002: Move RTCDTMFSender timer to frame-specific TaskRunnerTimer. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h
index bc352fb0dc96365d0d8d29856fd8abf18c54e405..e9e434239c0b1780a24243ad3875468914275130 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h
@@ -97,7 +97,7 @@ class RTCDTMFSender final : public EventTargetWithInlineData,
bool m_stopped;
- Timer<RTCDTMFSender> m_scheduledEventTimer;
+ TaskRunnerTimer<RTCDTMFSender> m_scheduledEventTimer;
HeapVector<Member<Event>> m_scheduledEvents;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698