| Index: cc/layers/tiled_layer.cc
|
| diff --git a/cc/layers/tiled_layer.cc b/cc/layers/tiled_layer.cc
|
| index 99b44cefb8a527e13567f6208885d08800753b1d..672bcd0df987def75d848b0b8b25ac4f19054f93 100644
|
| --- a/cc/layers/tiled_layer.cc
|
| +++ b/cc/layers/tiled_layer.cc
|
| @@ -733,6 +733,8 @@ void TiledLayer::Update(ResourceUpdateQueue* queue,
|
| if (tiler_->has_empty_bounds() || !DrawsContent())
|
| return;
|
|
|
| + printf("TiledLayer::Update\n");
|
| +
|
| bool did_paint = false;
|
|
|
| // Animation pre-paint. If the layer is small, try to paint it all
|
|
|