| Index: cc/test/skia_common.cc
|
| diff --git a/cc/test/skia_common.cc b/cc/test/skia_common.cc
|
| index 980fc4b2b82492c369260dd94b2d7f23202ef361..ca698418296c927f993e4ad2a93150ce81d9176c 100644
|
| --- a/cc/test/skia_common.cc
|
| +++ b/cc/test/skia_common.cc
|
| @@ -33,7 +33,7 @@ void DrawDisplayList(unsigned char* buffer,
|
| bitmap.installPixels(info, buffer, info.minRowBytes());
|
| SkCanvas canvas(bitmap);
|
| canvas.clipRect(gfx::RectToSkRect(layer_rect));
|
| - list->Raster(&canvas, NULL, gfx::Rect(), 1.0f);
|
| + list->Raster(&canvas, NULL, layer_rect, 1.0f);
|
| }
|
|
|
| bool AreDisplayListDrawingResultsSame(const gfx::Rect& layer_rect,
|
|
|