[Android] Avoid setting update_draw_properties.
commit7acc4b3e5a0815bd781eafc1c4d1d69163d61e60
authorsataya.m <sataya.m@samsung.com>
Tue, 23 Sep 2014 15:37:21 +0000 (23 08:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 23 Sep 2014 15:37:35 +0000 (23 15:37 +0000)
tree654f9c5263577c248cd6f9f5bb7f19c5d666cfd0
parent9d13b52bb61f2bf496fac4caf76f43e5c02c6a3c
[Android] Avoid setting update_draw_properties.

While setting up the scrollbar layer if the properties of the scrollbar
layer didn't change, then avoid setting update_draw_properties.
Scrollbar needs animation if any of the scrollbar properties changed.
In the same way set update_draw_properties if scrollbar properties
are changed.

Review URL: https://codereview.chromium.org/595913002

Cr-Commit-Position: refs/heads/master@{#296193}
cc/layers/layer_impl.cc