diff options
Diffstat (limited to 'cc/layers/nine_patch_layer.cc')
-rw-r--r-- | cc/layers/nine_patch_layer.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/layers/nine_patch_layer.cc b/cc/layers/nine_patch_layer.cc index 9a5022d..45c69eb 100644 --- a/cc/layers/nine_patch_layer.cc +++ b/cc/layers/nine_patch_layer.cc @@ -57,7 +57,8 @@ void NinePatchLayer::SetBitmap(const SkBitmap& bitmap, gfx::Rect aperture) { } void NinePatchLayer::Update(ResourceUpdateQueue* queue, - const OcclusionTracker* occlusion) { + const OcclusionTracker* occlusion, + RenderingStats* stats) { CreateUpdaterIfNeeded(); if (resource_ && |