| 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 6e7ae29c257801f773e05a01f803958598535d41..9e1e9ebb755523fc61b29dd2d20f46fde8f7beaa 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -952,7 +952,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;
|
|
|