| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index a4c38dd8cfa42cec21ad126145863cfb4c00335a..628ce41dc66bc4a8bcbd31a27a3d86724a4ee59b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -835,7 +835,7 @@ private:
|
| // Returns true if the box intersects the viewport visible to the user.
|
| bool intersectsVisibleViewport();
|
|
|
| - void updateSlowRepaintStatusAfterStyleChange();
|
| + void updateBackgroundAttachmentFixedStatusAfterStyleChange();
|
|
|
| // The width/height of the contents + borders + padding. The x/y location is relative to our container (which is not always our parent).
|
| LayoutRect m_frameRect;
|
|
|