| 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 1943b9d003b068bda0561be983b239bab1224e3a..50e2c73af7a956593bbb2dd1249514a41daf35b7 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -84,6 +84,9 @@ public:
|
| private:
|
| friend class VisualRectMappingTest;
|
|
|
| + void mapLocalRectToPaintInvalidationContainer(LayoutRect&) const;
|
| +
|
| + void updateForCurrentObject(const PaintInvalidationState& parentState);
|
| void updateForNormalChildren();
|
|
|
| LayoutRect computePaintInvalidationRectInBackingForSVG() const;
|
|
|