| Index: cc/layers/nine_patch_layer.cc
|
| diff --git a/cc/layers/nine_patch_layer.cc b/cc/layers/nine_patch_layer.cc
|
| index f22fcba1635fdf66073d1558a51e4b0950ac2447..118c6f7efda0781ed7eba5dcad4bd11609b59a19 100644
|
| --- a/cc/layers/nine_patch_layer.cc
|
| +++ b/cc/layers/nine_patch_layer.cc
|
| @@ -57,8 +57,7 @@ void NinePatchLayer::SetBitmap(const SkBitmap& bitmap, gfx::Rect aperture) {
|
| }
|
|
|
| void NinePatchLayer::Update(ResourceUpdateQueue* queue,
|
| - const OcclusionTracker* occlusion,
|
| - RenderingStats* stats) {
|
| + const OcclusionTracker* occlusion) {
|
| CreateUpdaterIfNeeded();
|
|
|
| if (resource_ && (bitmap_dirty_ || resource_->texture()->ResourceId() == 0)) {
|
|
|