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 47964fda0adfb969e4ec1a29a640b80ee4e489b5..7991c45653543376a59c707ce4d6547aee87695d 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
@@ -60,13 +60,14 @@ class BlueYellowLayerClient : public ContentLayerClient { |
explicit BlueYellowLayerClient(gfx::Rect layer_rect) |
: layer_rect_(layer_rect) {} |
- virtual void DidChangeLayerCanUseLCDText() OVERRIDE { } |
+ virtual bool PaintsLCDText() const OVERRIDE { return false; } |
virtual bool FillsBoundsCompletely() const OVERRIDE { return false; } |
virtual void PaintContents( |
SkCanvas* canvas, |
const gfx::Rect& clip, |
+ bool can_paint_lcd_text, |
gfx::RectF* opaque, |
ContentLayerClient::GraphicsContextStatus gc_status) OVERRIDE { |
*opaque = gfx::RectF(layer_rect_.width(), layer_rect_.height()); |