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

Unified Diff: cc/test/fake_recording_source.h

Issue 2726343004: cc: Optimize decode scheduling for checker-images. (Closed)
Patch Set: one more test 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
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) {
vmpstr 2017/04/20 20:59:32 nit: non_solid
Khushal 2017/04/20 21:54:21 I just made it match what was already on |client_|
+ client_.set_fill_with_nonsolid_color(nonsolid);
+ }
+
void Rerecord() {
SetNeedsDisplayRect(recorded_viewport_);
Region invalidation;

Powered by Google App Engine
This is Rietveld 408576698