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

Unified Diff: cc/BUILD.gn

Issue 2251303003: Implement position: sticky updates on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master and add comments to WebLayerStickyPositionConstraint members. Created 4 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
« no previous file with comments | « no previous file | cc/blink/web_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 5531e168be5125d37ff34e35c605bef9a5d4cdd0..b82d89138322f9c7b9e4b97d3f7ef4cd97aeedef 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -140,6 +140,8 @@ component("cc") {
"layers/layer_position_constraint.h",
"layers/layer_proto_converter.cc",
"layers/layer_proto_converter.h",
+ "layers/layer_sticky_position_constraint.cc",
+ "layers/layer_sticky_position_constraint.h",
"layers/layer_utils.cc",
"layers/layer_utils.h",
"layers/nine_patch_layer.cc",
« no previous file with comments | « no previous file | cc/blink/web_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698