| Index: cc/nine_patch_layer.cc
|
| diff --git a/cc/nine_patch_layer.cc b/cc/nine_patch_layer.cc
|
| index 54f50f3887dfcae88955b06e50aac7d6fe4c2994..56ae43cf215f8395b22b62d7c16b1b02dc4d9a24 100644
|
| --- a/cc/nine_patch_layer.cc
|
| +++ b/cc/nine_patch_layer.cc
|
| @@ -57,7 +57,7 @@ void NinePatchLayer::setBitmap(const SkBitmap& bitmap, const gfx::Rect& aperture
|
| setNeedsDisplay();
|
| }
|
|
|
| -void NinePatchLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker* occlusion, RenderingStats& stats)
|
| +void NinePatchLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker* occlusion, RenderingStats* stats)
|
| {
|
| createUpdaterIfNeeded();
|
|
|
|
|