| Index: cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| diff --git a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| index e7dd14916445dbd252a161cde57570af11e67da1..d703e22a31c228f6e1d43f6933ac96fc8dee090d 100644
|
| --- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| +++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| @@ -58,6 +58,8 @@
|
| public:
|
| explicit BlueYellowLayerClient(gfx::Rect layer_rect)
|
| : layer_rect_(layer_rect) {}
|
| +
|
| + void DidChangeLayerCanUseLCDText() override {}
|
|
|
| bool FillsBoundsCompletely() const override { return false; }
|
|
|
|
|