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

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

Issue 2636253002: Handle nested position:sticky elements (Closed)
Patch Set: Ignore position:sticky offsets when computing localToAncestorQuad offsets Created 3 years, 11 months 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/LayoutTableCell.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
index e3d500a15056ef00d81c6a6346f137c3ce4e9d44..ca0b3086096d98e6c895c509468a13a1a5e22813 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
@@ -374,7 +374,8 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
const LayoutPoint&) const override;
void paintMask(const PaintInfo&, const LayoutPoint&) const override;
- LayoutSize offsetFromContainer(const LayoutObject*) const override;
+ LayoutSize offsetFromContainer(const LayoutObject*,
+ bool ignoreSticky = false) const override;
LayoutRect localVisualRect() const override;
int borderHalfLeft(bool outer) const;

Powered by Google App Engine
This is Rietveld 408576698