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

Unified Diff: content/browser/media/capture/cursor_renderer_aura_unittest.cc

Issue 1178423008: Provision to start base::SimpleTestTickClock at initial ticks Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years 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: content/browser/media/capture/cursor_renderer_aura_unittest.cc
diff --git a/content/browser/media/capture/cursor_renderer_aura_unittest.cc b/content/browser/media/capture/cursor_renderer_aura_unittest.cc
index bb210b9737e02aaa247ebc1ed81d3e2d583a9db0..7fbd1debe19b1913b8c670d311307b41a2bb371e 100644
--- a/content/browser/media/capture/cursor_renderer_aura_unittest.cc
+++ b/content/browser/media/capture/cursor_renderer_aura_unittest.cc
@@ -135,7 +135,7 @@ TEST_F(CursorRendererAuraTest, CursorDuringMouseMovement) {
EXPECT_FALSE(CursorDisplayed());
- base::SimpleTestTickClock clock;
+ base::SimpleTestTickClock clock((base::TimeTicks()));
SetTickClock(&clock);
// Cursor displayed after mouse movement.

Powered by Google App Engine
This is Rietveld 408576698