DescriptionMake 1.5x DPI text render crisply.
This CL fixes an issue where the text would render blurrily on 1.5x DPI
screens. This was caused by WebContentsView::OnBoundsChanged() not
getting called because the origin is no longer changed when switching the
active tab as it is always inside the clipping window. This is fixed
by calling SnapToPhysicalPixelBoundary() when the clipping window gets
a new WebContents set.
BUG=388908
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282583
Patch Set 1 : #
Total comments: 2
Patch Set 2 : reorder methods #
Messages
Total messages: 6 (0 generated)
|