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 ad4f60bb5a62c9b88922d7fc2870856d80b6d0aa..f4826de7e8bd3c1185e2e78aef33f2d24e8a8fd7 100644 |
--- a/cc/trees/layer_tree_host_common_unittest.cc |
+++ b/cc/trees/layer_tree_host_common_unittest.cc |
@@ -229,9 +229,11 @@ class MockContentLayerClient : public ContentLayerClient { |
public: |
MockContentLayerClient() {} |
virtual ~MockContentLayerClient() {} |
- virtual void PaintContents(SkCanvas* canvas, |
- const gfx::Rect& clip, |
- gfx::RectF* opaque) OVERRIDE {} |
+ virtual void PaintContents( |
+ SkCanvas* canvas, |
+ const gfx::Rect& clip, |
+ gfx::RectF* opaque, |
+ ContentLayerClient::GraphicsContextStatus gc_status) OVERRIDE {} |
virtual void DidChangeLayerCanUseLCDText() OVERRIDE {} |
virtual bool FillsBoundsCompletely() const OVERRIDE { return false; } |
}; |