| Index: third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp
|
| index cc7854111ea84efcb9a12934c3138dadf4c2f528..f1152386d922c205c134e28a2a6205bf1992d839 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp
|
| @@ -283,6 +283,10 @@ const TransformationMatrix& GeometryMapper::localToAncestorMatrixInternal(
|
| return precomputedData.toAncestorTransforms.find(localTransformNode)->value;
|
| }
|
|
|
| +void GeometryMapper::clearCache() {
|
| + m_data.clear();
|
| +}
|
| +
|
| namespace {
|
|
|
| template <typename NodeType>
|
|
|