[Android] Call View.postInvalidate on ICS
commitce47f0cbdee1a7971f78f4c8516e31ade41d5172
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 17 Jun 2013 17:50:55 +0000 (17 17:50 +0000)
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 17 Jun 2013 17:50:55 +0000 (17 17:50 +0000)
tree3dd07c547c74c47b509b5a34366f997d878e2d2b
parent5965e35f40da78a2d76af1fe8373e22114e650c7
[Android] Call View.postInvalidate on ICS

Since we are calling postInvalidateOnAnimation on JB+, a better match on
ICS would be to call postInvalidate instead of the more synchronous
invalidate.

BUG=

Review URL: https://chromiumcodereview.appspot.com/17092002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206746 0039d316-1c4b-4281-b951-d872f2087c98
base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java