| Index: cc/layers/nine_patch_layer.cc
|
| diff --git a/cc/layers/nine_patch_layer.cc b/cc/layers/nine_patch_layer.cc
|
| index 45c69eb09649ee2548b8d2dc41952abf13f0debd..9a5022da0a019fb7c175829cdb71e87ba47e2231 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_ &&
|
|
|