| Index: cc/test/fake_content_layer_client.h
|
| diff --git a/cc/test/fake_content_layer_client.h b/cc/test/fake_content_layer_client.h
|
| index 141bc9712e69d1deb6453def25b9b1e466161dbf..1060d0845889aa154bd51b1481c893746ed6f300 100644
|
| --- a/cc/test/fake_content_layer_client.h
|
| +++ b/cc/test/fake_content_layer_client.h
|
| @@ -31,6 +31,9 @@ class FakeContentLayerClient : public ContentLayerClient {
|
| SkCanvas* canvas,
|
| const gfx::Rect& rect,
|
| ContentLayerClient::GraphicsContextStatus gc_status) override;
|
| + scoped_refptr<DisplayItemList> PaintContentsToDisplayList(
|
| + const gfx::Rect& clip,
|
| + GraphicsContextStatus gc_status) override;
|
| bool FillsBoundsCompletely() const override;
|
|
|
| void set_fill_with_nonsolid_color(bool nonsolid) {
|
|
|