Suppress NewApi Android lint warnings in VSyncMonitor.

VSyncMonitor uses android.view.Choreographer (which was added in JB) on
JB and up. Android lint warns about using this new API, but the warning
is a false positive since we're only using the new API on JB and up.

NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267378 0039d316-1c4b-4281-b951-d872f2087c98
1 file changed