| Index: third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| index 0b414c5ee96a738ccc322bd220c1322f5fc9e226..c5a8ec363590b631f85f1104088fa28416094cbc 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| @@ -113,10 +113,6 @@
|
| // Returns the matrix used in |LocalToAncestorRect|. DCHECK fails iff
|
| // |localTransformNode| is not equal to or a descendant of
|
| // |ancestorTransformNode|.
|
| - // This matrix may not be flattened. Since GeometryMapper only supports
|
| - // flattened ancestor spaces, the returned matrix must be flattened to have
|
| - // the correct semantics (calling mapRect() on it implicitly applies
|
| - // flattening to the input; flattenTo2d() does it explicitly to tme matrix).
|
| const TransformationMatrix& localToAncestorMatrix(
|
| const TransformPaintPropertyNode* localTransformNode,
|
| const TransformPaintPropertyNode* ancestorTransformNode);
|
|
|