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

Unified Diff: cc/test/fake_layer_tree_host_impl_client.cc

Issue 2726343004: cc: Optimize decode scheduling for checker-images. (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/fake_recording_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host_impl_client.cc
diff --git a/cc/test/fake_layer_tree_host_impl_client.cc b/cc/test/fake_layer_tree_host_impl_client.cc
index 588ca46a26fad80ed0d548aaba3aa7c98ee240c7..3b7adfcd8fb303736d9a6056867a251aa992540d 100644
--- a/cc/test/fake_layer_tree_host_impl_client.cc
+++ b/cc/test/fake_layer_tree_host_impl_client.cc
@@ -14,4 +14,8 @@ bool FakeLayerTreeHostImplClient::IsInsideDraw() {
void FakeLayerTreeHostImplClient::PostAnimationEventsToMainThreadOnImplThread(
std::unique_ptr<MutatorEvents> events) {}
+void FakeLayerTreeHostImplClient::NeedsImplSideInvalidation() {
+ did_request_impl_side_invalidation_ = true;
+}
+
} // namespace cc
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/fake_recording_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698