DescriptionAddress some build warnings.
1. This suppresses a deprecation warning in ContentViewCore. We need to use
AbsoluteLayout because WebView extends it, but AbsoluteLayout is deprecated.
2. This suppresses a false-positive Android lint warning. Lint
complained that we should use Gravity.START instead of Gravity.LEFT in
PopupTouchHandleDrawable.java, but in fact we're not using Gravity.LEFT
at all; just a local constant named LEFT.
Committed: https://crrev.com/819551bb1c1675c0b24a52737cd58fe17e4527b4
Cr-Commit-Position: refs/heads/master@{#302858}
Patch Set 1 #
Total comments: 1
Patch Set 2 : don't remove AbsoluteLayout support #
Messages
Total messages: 13 (5 generated)
|