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

Unified Diff: cc/test/scheduler_test_common.h

Issue 1385043002: cc: Remove SetLayerTreeHostClientReady() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@startcomp
Patch Set: Created 5 years, 2 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.h
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
index ce6ccc4789107ff75f2d888b0ab167d47eba5923..41c214597e12a2348b156fd8df0c8412eceb1c94 100644
--- a/cc/test/scheduler_test_common.h
+++ b/cc/test/scheduler_test_common.h
@@ -215,8 +215,6 @@ class TestScheduler : public Scheduler {
bool SwapThrottled() const { return state_machine_.SwapThrottled(); }
- bool CanStart() const { return state_machine_.CanStartForTesting(); }
-
bool NeedsBeginMainFrame() const {
return state_machine_.needs_begin_main_frame();
}

Powered by Google App Engine
This is Rietveld 408576698