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 6115e81ae33e7b91c280390ff629e36d7c28a7e4..f0138f4ee4d760595d6b85cef6e7c746f1a83dab 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1577,11 +1577,6 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
return m_previousPaintOffset; |
} |
- // Only adjusts if the paint invalidation container is not a composited |
- // scroller. |
- void adjustPreviousPaintInvalidationForScrollIfNeeded( |
- const DoubleSize& scrollDelta); |
- |
PaintInvalidationReason fullPaintInvalidationReason() const { |
return m_bitfields.fullPaintInvalidationReason(); |
} |