views: Don't need to anti-alias clip a rect.
OmniboxPopupContentsView used to be clipped by a rounded rect, so it used a ClipPath and anti-aliased the clip for the corners. Now it is just a rectangle, so the anti-aliasing is pointless and potentially adds overhead. R=sky BUG=466426 Review URL: https://codereview.chromium.org/1055933003 Cr-Commit-Position: refs/heads/master@{#323931}
Showing
Please register or sign in to comment