DescriptionClobber frame_data->device_scale_factor to 1 on Android.
On Android, the browser compositor lies to CC about the
device_scale_factor (always setting it to 1), because it places its
layers in physical pixel space. Because of that, the delegated device
scale inversion added in https://codereview.chromium.org/311253004 does
the wrong thing. Rather than cancelling the inversion with other
transforms, the simplest fix is to lie about the frame_data
device_scale_factor as well.
BUG=383572, 383436, 384134
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276882
Patch Set 1 #
Total comments: 8
Patch Set 2 : git cl try #Patch Set 3 : Remove readback scale, add other crbug #
Messages
Total messages: 9 (0 generated)
|