| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 79b65ea12f6661095f937a0e57d6fd3205c35ddc..daa14d0c28a7464647ef00e4f86eb5a6fa810337 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1847,8 +1847,6 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
|
|
| bool compositedScrollsWithRespectTo(
|
| const LayoutBoxModelObject& paintInvalidationContainer) const;
|
| - IntSize scrollAdjustmentForPaintInvalidation(
|
| - const LayoutBoxModelObject& paintInvalidationContainer) const;
|
|
|
| bool previousBackgroundObscured() const {
|
| return m_bitfields.previousBackgroundObscured();
|
|
|