OSDN Git Service

am 245e0cdd: Implement tiles synchronization When a tiledPage is painted, we want...
authorNicolas Roard <nicolas@android.com>
Mon, 24 Jan 2011 00:52:16 +0000 (16:52 -0800)
committerAndroid Git Automerger <android-git-automerger@android.com>
Mon, 24 Jan 2011 00:52:16 +0000 (16:52 -0800)
commit65ef402e920acae6b7561ce114d1f8a4f5d76c28
tree54c5301592a888869aa712582d00da3bfb476336
parente753e21c6a177d9d391c40f24bbe6fc4c4cb736a
parent245e0cdd9ea80915059080a2bedbb9ebb5cc646c
am 245e0cdd: Implement tiles synchronization When a tiledPage is painted, we want to avoid updating the base layer. GLWebViewState and WebView.cpp are now refcounting the base layer, delaying updating the base layer we use to paint until we are done with a full tile p

* commit '245e0cdd9ea80915059080a2bedbb9ebb5cc646c':
  Implement tiles synchronization When a tiledPage is painted, we want to avoid updating the base layer. GLWebViewState and WebView.cpp are now refcounting the base layer, delaying updating the base layer we use to paint until we are done with a full tile paint.