| Index: cc/nine_patch_layer.h
|
| diff --git a/cc/nine_patch_layer.h b/cc/nine_patch_layer.h
|
| index d852d8e8607573364d35aeaf5b773b122e654358..65b908254cc1e52a4f7955da21eac0bcb38e8228 100644
|
| --- a/cc/nine_patch_layer.h
|
| +++ b/cc/nine_patch_layer.h
|
| @@ -22,7 +22,7 @@ public:
|
|
|
| virtual bool drawsContent() const OVERRIDE;
|
| virtual void setTexturePriorities(const PriorityCalculator&) OVERRIDE;
|
| - virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, RenderingStats&) OVERRIDE;
|
| + virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, RenderingStats*) OVERRIDE;
|
| virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
|
|
|
| // aperture is in the pixel space of the bitmap resource and refers to
|
|
|