Index: cc/trees/layer_tree_host_common_unittest.cc |
diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc |
index 43d94da6d9a9dc166ddad829fdaba93e04a39a10..63ed71b287e015d56ef0e4da672d738e3f165e39 100644 |
--- a/cc/trees/layer_tree_host_common_unittest.cc |
+++ b/cc/trees/layer_tree_host_common_unittest.cc |
@@ -88,9 +88,10 @@ class MockContentLayerClient : public ContentLayerClient { |
virtual void PaintContents( |
SkCanvas* canvas, |
const gfx::Rect& clip, |
+ bool can_paint_lcd_text, |
gfx::RectF* opaque, |
ContentLayerClient::GraphicsContextStatus gc_status) OVERRIDE {} |
- virtual void DidChangeLayerCanUseLCDText() OVERRIDE {} |
+ virtual bool PaintsLCDText() const OVERRIDE { return false; } |
virtual bool FillsBoundsCompletely() const OVERRIDE { return false; } |
}; |