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 1af05f95cbf3783e0df336a4987b3736dfb2851a..0ca6ea826394cbd691009b20775632b23a93cbb3 100644 |
--- a/cc/resources/skpicture_content_layer_updater.cc |
+++ b/cc/resources/skpicture_content_layer_updater.cc |
@@ -76,9 +76,9 @@ void SkPictureContentLayerUpdater::UpdateTexture(ResourceUpdateQueue* queue, |
ResourceUpdate upload = ResourceUpdate::CreateFromPicture( |
texture, &picture_, content_rect(), source_rect, dest_offset); |
if (partial_update) |
- queue->appendPartialUpload(upload); |
+ queue->AppendPartialUpload(upload); |
else |
- queue->appendFullUpload(upload); |
+ queue->AppendFullUpload(upload); |
} |
void SkPictureContentLayerUpdater::SetOpaque(bool opaque) { |