| Index: cc/resources/picture.cc
|
| diff --git a/cc/resources/picture.cc b/cc/resources/picture.cc
|
| index d3ca2966599af9c29dd773d084a9fdbb44196246..adc85de3d53e2610a45a780ca35daf41a05722d4 100644
|
| --- a/cc/resources/picture.cc
|
| +++ b/cc/resources/picture.cc
|
| @@ -257,9 +257,7 @@ void Picture::Record(ContentLayerClient* painter,
|
| layer_rect_.height());
|
| canvas->clipRect(layer_skrect);
|
|
|
| - gfx::RectF opaque_layer_rect;
|
| - painter->PaintContents(
|
| - canvas.get(), layer_rect_, &opaque_layer_rect, graphics_context_status);
|
| + painter->PaintContents(canvas.get(), layer_rect_, graphics_context_status);
|
|
|
| canvas->restore();
|
| picture_ = skia::AdoptRef(recorder.endRecording());
|
|
|