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

Unified Diff: cc/scheduler/scheduler_unittest.cc

Issue 2659123004: cc: Add scheduler support for invalidating content on impl thread. (Closed)
Patch Set: tests Created 3 years, 10 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/scheduler/scheduler_unittest.cc
diff --git a/cc/scheduler/scheduler_unittest.cc b/cc/scheduler/scheduler_unittest.cc
index f3bf54b89eb0b412472126725fd315fe5ac97e16..fcb49100710700d7ed5730d4631c983bb85b0a39 100644
--- a/cc/scheduler/scheduler_unittest.cc
+++ b/cc/scheduler/scheduler_unittest.cc
@@ -171,6 +171,9 @@ class FakeSchedulerClient : public SchedulerClient,
actions_.push_back("ScheduledActionInvalidateCompositorFrameSink");
states_.push_back(scheduler_->AsValue());
}
+ void ScheduledActionPerformImplSideInvalidation() override {
+ PushAction("ScheduledActionPerformImplSideInvalidation");
+ }
void SendBeginMainFrameNotExpectedSoon() override {
PushAction("SendBeginMainFrameNotExpectedSoon");

Powered by Google App Engine
This is Rietveld 408576698