| Index: cc/layers/picture_image_layer.cc
 | 
| diff --git a/cc/layers/picture_image_layer.cc b/cc/layers/picture_image_layer.cc
 | 
| index 9f35d6e013f9e3fcba28389f9be1bf6c35d43ec3..688661279b0c5096d6e5e9b184da3c7b4272a8a7 100644
 | 
| --- a/cc/layers/picture_image_layer.cc
 | 
| +++ b/cc/layers/picture_image_layer.cc
 | 
| @@ -73,8 +73,7 @@ scoped_refptr<DisplayItemList> PictureImageLayer::PaintContentsToDisplayList(
 | 
|    PaintContents(canvas, clip, painting_control);
 | 
|  
 | 
|    skia::RefPtr<SkPicture> picture = skia::AdoptRef(recorder.endRecording());
 | 
| -  display_item_list->AppendItem(
 | 
| -      DrawingDisplayItem::Create(picture, gfx::Point()));
 | 
| +  display_item_list->AppendItem(DrawingDisplayItem::Create(picture));
 | 
|    return display_item_list;
 | 
|  }
 | 
|  
 | 
| 
 |