Rename, simplify and change parameter type of some GeometryMapper methods
Rename mapRectToDestinationSpace to sourceToDestinationRect mapToVisualRectInDestinationSpace to sourceToDestinationVisualRect localToVisualRectInAncestorSpace to localToAncestorVisualRect so that all mapping methods are in the form (local|source|ancestor)To(local|source|ancestor)(Rect|VisualRect|Matrix|ClipRect) Changed parameters to localToAncestorMatrix and getPrecomputedDataForAncestor() from const PropertyTreeState& to const TransformPaintPropertyNode* because some later changes will require the new form ( TransformationPaintPropertyNode without a state). Simplified localToAncestorMatrix and localToAncestorClipRect because we have early returns when the local node is the same as the ancestor node and we no longer need to handle that condition in the loop. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2623823002 Cr-Commit-Position: refs/heads/master@{#443436}
Showing
This diff is collapsed.
Please register or sign in to comment