Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

Issue 1540443003: Fix LayoutObject::mapToVisibleRectInContainerSpace() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698