| 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 eaa97492c65c0c6f76536a392c9b557c5d33baf7..5164027b711635922759dc1d03962318dd06394e 100644
|
| --- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| +++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| @@ -64,7 +64,7 @@ class BlueYellowLayerClient : public ContentLayerClient {
|
| virtual void DidChangeLayerCanUseLCDText() OVERRIDE { }
|
|
|
| virtual void PaintContents(SkCanvas* canvas,
|
| - gfx::Rect clip,
|
| + const gfx::Rect& clip,
|
| gfx::RectF* opaque) OVERRIDE {
|
| *opaque = gfx::RectF(layer_rect_.width(), layer_rect_.height());
|
|
|
|
|