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

Unified Diff: cc/test/fake_recording_source.h

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.cc ('k') | cc/test/test_layer_tree_host_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_recording_source.h
diff --git a/cc/test/fake_recording_source.h b/cc/test/fake_recording_source.h
index dba41fb7df2f675570c08351241976aa3c3556ce..57142534d2ffde0069d9de465b0f8388cc34915d 100644
--- a/cc/test/fake_recording_source.h
+++ b/cc/test/fake_recording_source.h
@@ -64,6 +64,10 @@ class FakeRecordingSource : public RecordingSource {
clear_canvas_with_debug_color_ = clear;
}
+ void set_fill_with_nonsolid_color(bool nonsolid) {
+ client_.set_fill_with_nonsolid_color(nonsolid);
+ }
+
void Rerecord() {
SetNeedsDisplayRect(recorded_viewport_);
Region invalidation;
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.cc ('k') | cc/test/test_layer_tree_host_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698