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

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

Issue 2647703002: Move RTCDataChannel 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/RTCDataChannel.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/RTCDataChannel.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
index 4dacc5f9e9d4d1dd14a77fd496e14d83d403f6db..2b73ee132eadea2061e86093bfecaa1d30d43f8f 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
@@ -135,7 +135,7 @@ class MODULES_EXPORT RTCDataChannel final
enum BinaryType { BinaryTypeBlob, BinaryTypeArrayBuffer };
BinaryType m_binaryType;
- Timer<RTCDataChannel> m_scheduledEventTimer;
+ TaskRunnerTimer<RTCDataChannel> m_scheduledEventTimer;
HeapVector<Member<Event>> m_scheduledEvents;
unsigned m_bufferedAmountLowThreshold;
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698