DescriptionImplement HiDPI and pinch-zoom scaling of filter params
This change implements HiDPI scaling of filter params in CC. It also fixes content scaling of filter params (e.g.,
with -webkit-transform: scale(X)) as well as pinch-zoom scaling.
This code is mostly from http://crrev.com/191123002
"Implement hidpi and pinch-zoom scaling of filter params in cc"
and replaces http://crrev.com/317663005
"Scale the ALPHA_THRESHOLD filter's region based on the device scale factor"
because this fixes all filters rather than just the AlphaThresholdFilter.
BUG=376532, 281516, 281518, 349493
R=brettw@chromium.org, danakj@chromium.org, enne@chromium.org, jschuh@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288436
Patch Set 1 #Patch Set 2 : Add unittests #
Total comments: 2
Patch Set 3 : Change Transform to Vector2dF; Remove PreconcatTransform #Patch Set 4 : Merge & update test expectation #Patch Set 5 : Disable pixel test for Android #
Total comments: 8
Patch Set 6 : Review comments #
Total comments: 18
Patch Set 7 : Update tests from comments #
Total comments: 2
Patch Set 8 : Update test names (Gl -> GL), remove dup tests #Patch Set 9 : Brand new scaled filter test #
Total comments: 6
Patch Set 10 : Remove extra headers; unneeded code in tests #
Messages
Total messages: 42 (0 generated)
|