| Index: cc/layers/nine_patch_layer.h
|
| diff --git a/cc/layers/nine_patch_layer.h b/cc/layers/nine_patch_layer.h
|
| index 21b8cb978e9a300a1f03c62714b33d9979b85dc2..eaa7a1a68940a73eb9a7821335d2a4d7c31776dc 100644
|
| --- a/cc/layers/nine_patch_layer.h
|
| +++ b/cc/layers/nine_patch_layer.h
|
| @@ -24,8 +24,7 @@ class CC_EXPORT NinePatchLayer : public Layer {
|
| virtual void SetTexturePriorities(const PriorityCalculator& priority_calc)
|
| OVERRIDE;
|
| virtual void Update(ResourceUpdateQueue* queue,
|
| - const OcclusionTracker* occlusion,
|
| - RenderingStats* stats) OVERRIDE;
|
| + const OcclusionTracker* occlusion) OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
|
|
| // aperture is in the pixel space of the bitmap resource and refers to
|
|
|