Index: cc/layers/nine_patch_layer.cc |
diff --git a/cc/layers/nine_patch_layer.cc b/cc/layers/nine_patch_layer.cc |
index e88a95a63d21a1f11ea93bc760c37f1782b4f6cb..e20b133135323c3b6a087183418710e545557161 100644 |
--- a/cc/layers/nine_patch_layer.cc |
+++ b/cc/layers/nine_patch_layer.cc |
@@ -57,6 +57,7 @@ void NinePatchLayer::SetBitmap(const SkBitmap& bitmap, gfx::Rect aperture) { |
bool NinePatchLayer::Update(ResourceUpdateQueue* queue, |
const OcclusionTracker* occlusion) { |
CreateUpdaterIfNeeded(); |
+ Layer::Update(queue, occlusion); |
if (resource_ && |
(bitmap_dirty_ || resource_->texture()->resource_id() == 0)) { |