Chromium Code Reviews
DescriptionIn high DPI mode, we need to be careful whenever we use intermediate bitmaps for painting. In the case of the omnibox we were drawing into a non scaled intermediate bitmap which is then drawn to a scaled destination bitmap.
This yielded an ugly 2x pixelated look.
In this patch, we remove the intermediate bitmap all together as it seems no longer necessary
Bug=None
Test=Non pixelated @ 2x scale
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=136028
Patch Set 1 #
Total comments: 1
Patch Set 2 : Rebased #Patch Set 3 : Nicer diff #
Messages
Total messages: 16 (0 generated)
|
|||||||||||||||||||