| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| index 14be9805362afb86c6e2d2fb61a15474c42fbd34..837fb101f3af74c38d223dcda16e585c5f58b49b 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -96,7 +96,7 @@ class CORE_EXPORT PaintInvalidationState {
|
|
|
| // Returns the rect bounds needed to invalidate paint of this object,
|
| // in the space of paint invalidation backing.
|
| - LayoutRect computePaintInvalidationRectInBacking() const;
|
| + LayoutRect computeVisualRectInBacking() const;
|
|
|
| void mapLocalRectToPaintInvalidationBacking(LayoutRect&) const;
|
|
|
| @@ -113,7 +113,7 @@ class CORE_EXPORT PaintInvalidationState {
|
| void updateForCurrentObject(const PaintInvalidationState& parentState);
|
| void updateForNormalChildren();
|
|
|
| - LayoutRect computePaintInvalidationRectInBackingForSVG() const;
|
| + LayoutRect computeVisualRectInBackingForSVG() const;
|
|
|
| void addClipRectRelativeToPaintOffset(const LayoutRect& localClipRect);
|
|
|
|
|