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

Unified Diff: cc/cc.gyp

Issue 2251303003: Implement position: sticky updates on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and add unit test for impl side sticky position update. 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 96535a9da131f7563a142ab427d4d3b16746b066..1fdaab88f73501512e0f9a9442db879b8d75c2ca 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -201,6 +201,8 @@
'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',

Powered by Google App Engine
This is Rietveld 408576698