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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2020103002: Fix sticky constraints and update sticky layer positions recursively after scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify sticky box rect calculation. Created 4 years, 6 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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index aba1a922f4aad6b2751f93ef94d3839e9c2d4bae..f3aea11d37431a56eccaf9210736b8d27569a694 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -4130,6 +4130,7 @@
'layout/ImageQualityControllerTest.cpp',
'layout/InlineTextBoxTest.cpp',
'layout/LayoutBlockTest.cpp',
+ 'layout/LayoutBoxModelObjectTest.cpp',
'layout/LayoutBoxTest.cpp',
'layout/LayoutInlineTest.cpp',
'layout/LayoutMultiColumnFlowThreadTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698