| Index: cc/layers/picture_image_layer.cc
|
| diff --git a/cc/layers/picture_image_layer.cc b/cc/layers/picture_image_layer.cc
|
| index 357190b690b70bf1fb04551f4bc047c3adc2b1ab..c407862049629015b58d3d25153806435c856a84 100644
|
| --- a/cc/layers/picture_image_layer.cc
|
| +++ b/cc/layers/picture_image_layer.cc
|
| @@ -49,6 +49,10 @@ void PictureImageLayer::SetImage(skia::RefPtr<const SkImage> image) {
|
| SetNeedsDisplay();
|
| }
|
|
|
| +gfx::Rect PictureImageLayer::PaintableRegion() {
|
| + return gfx::Rect(bounds());
|
| +}
|
| +
|
| scoped_refptr<DisplayItemList> PictureImageLayer::PaintContentsToDisplayList(
|
| const gfx::Rect& clip,
|
| ContentLayerClient::PaintingControlSetting painting_control) {
|
|
|