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 a2298303ab0935f59a3fc102f197f4dcc22d8a79..647f399d617fcdaef00a08f7546cd92c3f8c6d89 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -798,8 +798,7 @@ public: |
virtual void computeIntrinsicRatioInformation(FloatSize& /* intrinsicSize */, double& /* intrinsicRatio */) const { } |
IntSize scrolledContentOffset() const; |
- void applyCachedScrollOffsetForPaintInvalidation(LayoutRect& paintRect) const; |
- void applyCachedClipAndScrollOffsetForPaintInvalidation(LayoutRect& paintRect) const; |
+ void applyCachedClipAndScrollOffsetForPaintInvalidationIfNeeded(const LayoutBoxModelObject* paintInvalidationContainer, LayoutRect& paintRect) const; |
chrishtr
2015/12/18 01:58:07
Document that clips are not applied for the paintI
Xianzhu
2015/12/18 18:28:24
Done.
|
virtual bool hasRelativeLogicalWidth() const; |
virtual bool hasRelativeLogicalHeight() const; |