| 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 04a47f335e24019336e91bd289b4c0d75f511500..ed8fcb01543423cad39ca984bdb06ae03e387890 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -274,7 +274,7 @@ public:
|
| // 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 invalidateDisplayItemClientOnBacking(const DisplayItemClientWrapper&, PaintInvalidationReason, const LayoutRect& previousPaintInvalidationRect, const LayoutRect& newPaintInvalidationRect) const;
|
| + void invalidateDisplayItemClientOnBacking(const DisplayItemClientWrapper&, PaintInvalidationReason, const Vector<LayoutRect>& paintInvalidationRects) const;
|
|
|
| // http://www.w3.org/TR/css3-background/#body-background
|
| // <html> root element with no background steals background from its first <body> child.
|
|
|