DescriptionImprove implementation of gfx::Transform::IsBackFaceVisible
The prior implementation did an entire inverse() operation when not needed.
The new version does much less computation taking advantage of assumptions to
shortcut the math.
BUG=163062
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170402
Patch Set 1 #
Total comments: 1
Patch Set 2 : addressed reviewer feedback #
Total comments: 1
Patch Set 3 : fixed style issue #Messages
Total messages: 7 (0 generated)
|