Index: cc/layers/nine_patch_layer.cc |
diff --git a/cc/layers/nine_patch_layer.cc b/cc/layers/nine_patch_layer.cc |
index f66fb494019c474f3b34a7b20dd7bf5405e1c940..e808ac51ef2b99a9357c139bb4440f0a5cd92c7c 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_ && |