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

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

Issue 1308273010: Adapt and reland old position sticky implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move compositor plumbing into a separate review. Created 5 years, 3 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index cf5abcff018ad9d251c5cb210886d9acb5017bcf..c39c98e8650511b17e115cea99382473c505406b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -865,6 +865,8 @@ protected:
OwnPtr<OverflowModel> m_overflow;
private:
+ LayoutRect frameRectForStickyPositioning() const override final { return frameRect(); }
chrishtr 2015/10/06 17:08:33 final implies override
flackr 2015/10/07 20:38:12 Done.
+
OwnPtr<LayoutBoxRareData> m_rareData;
};

Powered by Google App Engine
This is Rietveld 408576698