| 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 cded175231770af391231c2c379f27525f97814b..c887b12491f48dc9a30370726236b82c799efe1d 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -108,6 +108,8 @@ class CORE_EXPORT PaintInvalidationState {
|
| friend class VisualRectMappingTest;
|
| friend class PaintInvalidatorContextAdapter;
|
|
|
| + inline PaintLayer& childPaintingLayer(const LayoutObject& child) const;
|
| +
|
| void mapLocalRectToPaintInvalidationContainer(LayoutRect&) const;
|
|
|
| void updateForCurrentObject(const PaintInvalidationState& parentState);
|
|
|