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

Unified Diff: webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h

Issue 1888593004: Delete all use of tick_util.h. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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: webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h
diff --git a/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h b/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h
index 4e6008966e6379ab06881426b2864fbd0151449a..a75e563e92327e5b74724f470eb94b8cc9f7e487 100644
--- a/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h
+++ b/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h
@@ -15,7 +15,6 @@
#include "webrtc/modules/desktop_capture/window_capturer.h"
#include "webrtc/system_wrappers/include/atomic32.h"
-#include "webrtc/system_wrappers/include/tick_util.h"
namespace webrtc {
@@ -59,7 +58,7 @@ class FullScreenChromeWindowDetector {
// full-screen window exists in the list) if Capture() is called too soon.
WindowCapturer::WindowList current_window_list_;
WindowCapturer::WindowList previous_window_list_;
- TickTime last_udpate_time_;
+ int64_t last_update_time_;
stefan-webrtc 2016/04/19 09:19:12 It'd be nice to add a unit to this member.
nisse-webrtc 2016/04/19 12:19:25 On a closer look, this member is unused. No explic
RTC_DISALLOW_COPY_AND_ASSIGN(FullScreenChromeWindowDetector);
};

Powered by Google App Engine
This is Rietveld 408576698