Index: cc/resources/skpicture_content_layer_updater.cc |
diff --git a/cc/resources/skpicture_content_layer_updater.cc b/cc/resources/skpicture_content_layer_updater.cc |
index 0f9f22e56d654a41902ba3c3adc311c9d2af28c4..eb12385f4607349bd123609bf3543e2162fa602c 100644 |
--- a/cc/resources/skpicture_content_layer_updater.cc |
+++ b/cc/resources/skpicture_content_layer_updater.cc |
@@ -50,7 +50,7 @@ void SkPictureContentLayerUpdater::PrepareToUpdate( |
void SkPictureContentLayerUpdater::DrawPicture(SkCanvas* canvas) { |
TRACE_EVENT0("cc", "SkPictureContentLayerUpdater::DrawPicture"); |
if (picture_) |
- canvas->drawPicture(*picture_); |
+ canvas->drawPicture(picture_.get()); |
} |
} // namespace cc |