| Index: cc/trees/layer_tree_host_pixeltest_masks.cc
|
| diff --git a/cc/trees/layer_tree_host_pixeltest_masks.cc b/cc/trees/layer_tree_host_pixeltest_masks.cc
|
| index 4d0717d4a59c3b5594508aeb139c73576501a4ac..f4f174c49817b525ee1b04edd386e7d4b31e4f8c 100644
|
| --- a/cc/trees/layer_tree_host_pixeltest_masks.cc
|
| +++ b/cc/trees/layer_tree_host_pixeltest_masks.cc
|
| @@ -23,6 +23,8 @@
|
| public:
|
| explicit MaskContentLayerClient(const gfx::Size& bounds) : bounds_(bounds) {}
|
| ~MaskContentLayerClient() override {}
|
| +
|
| + void DidChangeLayerCanUseLCDText() override {}
|
|
|
| bool FillsBoundsCompletely() const override { return false; }
|
|
|
|
|