| Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| index 8609f9b8a1421185ab7c0c486e1c8db92fc9829b..bd836e914f05ad4b710539c501345579d49f948c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -283,8 +283,10 @@ public:
|
|
|
| void invalidateTreeIfNeeded(const PaintInvalidationState&) override;
|
|
|
| - // Indicate that the contents of this layoutObject need to be repainted. Only has an effect if compositing is being used,
|
| - void setBackingNeedsPaintInvalidationInRect(const LayoutRect&, PaintInvalidationReason) const; // r is in the coordinate space of this layout object
|
| + // Indicate that the contents of this layoutObject need to be repainted.
|
| + // This only has an effect if compositing is being used.
|
| + // The rect is in the physical coordinate space of this layout object.
|
| + void setBackingNeedsPaintInvalidationInRect(const LayoutRect&, PaintInvalidationReason, const LayoutObject&) const;
|
|
|
| void invalidateDisplayItemClientOnBacking(const DisplayItemClient&, PaintInvalidationReason) const;
|
|
|
|
|