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

Unified Diff: cc/test/scheduler_test_common.cc

Issue 16863005: cc: Add BeginFrameArgs (Closed) Base URL: http://git.chromium.org/chromium/src.git@nofrc12
Patch Set: Created 7 years, 6 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: cc/test/scheduler_test_common.cc
diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
index 8ccf47ec1610216793a1e07822ba446f11bd1af6..d6c60b584d5c607714653a4e05eb907e1877ec96 100644
--- a/cc/test/scheduler_test_common.cc
+++ b/cc/test/scheduler_test_common.cc
@@ -8,7 +8,9 @@
namespace cc {
-void FakeTimeSourceClient::OnTimerTick() { tick_called_ = true; }
+void FakeTimeSourceClient::OnTimerTick() {
+ tick_called_ = true;
+}
FakeThread::FakeThread() { Reset(); }

Powered by Google App Engine
This is Rietveld 408576698