Chromium Code Reviews| 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..e68eb54163225bdff833c58c2bbfd2875287cd42 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
| @@ -284,7 +284,7 @@ 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 |
| + void setBackingNeedsPaintInvalidationInRect(const LayoutRect&, PaintInvalidationReason, const LayoutObject&) const; // r is in the coordinate space of this layout object |
|
pdr.
2016/04/12 00:20:06
Not your fault but can you move this comment above
Xianzhu
2016/04/12 01:14:26
Done.
|
| void invalidateDisplayItemClientOnBacking(const DisplayItemClient&, PaintInvalidationReason) const; |