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

Unified Diff: webrtc/p2p/base/port.h

Issue 2224323002: Compilerwarning possible loss of data in file port.h (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/port.h
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h
index d5ad65f08100efb9d55cce2ff5e62c17579a284d..5fb1b7126b480ccb20a21b94446160368de47fa2 100644
--- a/webrtc/p2p/base/port.h
+++ b/webrtc/p2p/base/port.h
@@ -693,7 +693,7 @@ class Connection : public CandidatePairInterface,
bool reported_;
State state_;
// Time duration to switch from receiving to not receiving.
- int receiving_timeout_;
+ int64_t receiving_timeout_;
honghaiz3 2016/08/10 17:09:23 This is a delta-time, so 32 bits should be suffici
int64_t time_created_ms_;
int num_pings_sent_ = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698