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

Unified Diff: cc/test/fake_display_list_recording_source.cc

Issue 1673193002: HBitmap can't be immutable Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « cc/test/fake_display_list_recording_source.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_display_list_recording_source.cc
diff --git a/cc/test/fake_display_list_recording_source.cc b/cc/test/fake_display_list_recording_source.cc
index 01e6048527c256c40df999ac1d9856740da78785..a9d9bec4ab9e5996cd4fbdd2efcefb0789c337d0 100644
--- a/cc/test/fake_display_list_recording_source.cc
+++ b/cc/test/fake_display_list_recording_source.cc
@@ -11,7 +11,8 @@ namespace cc {
FakeDisplayListRecordingSource::FakeDisplayListRecordingSource()
: force_unsuitable_for_gpu_rasterization_(false),
- playback_allowed_event_(nullptr) {}
+ playback_allowed_event_(nullptr),
+ client_(new FakeContentLayerClient) {}
bool FakeDisplayListRecordingSource::IsSuitableForGpuRasterization() const {
if (force_unsuitable_for_gpu_rasterization_)
« no previous file with comments | « cc/test/fake_display_list_recording_source.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698