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

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: Fix bugs with overflow scrollers in sticky position constraints, add unit tests, and test clipped b… Created 4 years, 7 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 ce15af516a58252b4a1a970f5c33074e91f30bf4..c0571d6d5982d2eb77c94606f299a35b1bda45d5 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -4088,6 +4088,7 @@
'input/EventHandlerTest.cpp',
'layout/ImageQualityControllerTest.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