OSDN Git Service

Fix missing tiles
authorChris Craik <ccraik@google.com>
Mon, 19 Sep 2011 22:27:48 +0000 (15:27 -0700)
committerChris Craik <ccraik@google.com>
Mon, 19 Sep 2011 23:09:53 +0000 (16:09 -0700)
commit6aa089bded6a1abbf8d61264588e1e3a32be31b3
tree0aa5ddfb8f47ceb13c903a7f9736d855ee65ebe0
parent5e590daf1c9d392d7d44a8881ac80f7f2adc68e1
Fix missing tiles

bug:5335634

Fix issue where stealing a back texture from a tile (while the tile was ready to
swap) wouldn't mark tile as dirty. Now, mark tile dirty whenever texture is
stolen from it, and avoid trying to steal busy textures.

Change-Id: Iacbda17ba4b4c6382ceb1c84a6e5f02e609a76a5
Source/WebCore/platform/graphics/android/BaseTile.cpp
Source/WebCore/platform/graphics/android/TilesManager.cpp