| 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_)
|
|
|