summaryrefslogtreecommitdiffstats
path: root/cc/resources/image_layer_updater.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/image_layer_updater.cc')
-rw-r--r--cc/resources/image_layer_updater.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/resources/image_layer_updater.cc b/cc/resources/image_layer_updater.cc
index 378490d..6e9cdfea 100644
--- a/cc/resources/image_layer_updater.cc
+++ b/cc/resources/image_layer_updater.cc
@@ -17,8 +17,7 @@ ImageLayerUpdater::Resource::~Resource() {}
void ImageLayerUpdater::Resource::Update(ResourceUpdateQueue* queue,
gfx::Rect source_rect,
gfx::Vector2d dest_offset,
- bool partial_update,
- RenderingStats*) {
+ bool partial_update) {
updater_->UpdateTexture(
queue, texture(), source_rect, dest_offset, partial_update);
}