| 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 58d82ceda4a46e0516e6caa7d5cbda125701d1ac..177342e4121263472842d07ea93ad0f2afaf642f 100644
|
| --- a/cc/trees/layer_tree_host_common_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_common_unittest.cc
|
| @@ -196,7 +196,7 @@ class MockContentLayerClient : public ContentLayerClient {
|
| MockContentLayerClient() {}
|
| virtual ~MockContentLayerClient() {}
|
| virtual void PaintContents(SkCanvas* canvas,
|
| - gfx::Rect clip,
|
| + const gfx::Rect& clip,
|
| gfx::RectF* opaque) OVERRIDE {}
|
| virtual void DidChangeLayerCanUseLCDText() OVERRIDE {}
|
| };
|
|
|