| 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 ba935fc62e7b083ccd90ac5b5a5041f63a3d1c95..ee992e3d4ecfb6a95250ecbbfb834c1e16ef96b1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| @@ -132,6 +132,8 @@ class PLATFORM_EXPORT GeometryMapper {
|
| static PLATFORM_EXPORT const NodeType* lowestCommonAncestor(const NodeType*,
|
| const NodeType*);
|
|
|
| + void clearCache();
|
| +
|
| private:
|
| // The internal methods do the same things as their public counterparts, but
|
| // take an extra |success| parameter which indicates if the function is
|
|
|