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

Unified Diff: cc/layers/layer_impl_test_properties.h

Issue 2911463002: Unify the calculation of main thread offset of sticky element (Closed)
Patch Set: Bug fix Created 3 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
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_sticky_position_constraint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl_test_properties.h
diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
index fe4c1f860091da069198d02a1e8fbccc29ac676b..80928b3f06857d477c0c83272015049606f378a8 100644
--- a/cc/layers/layer_impl_test_properties.h
+++ b/cc/layers/layer_impl_test_properties.h
@@ -46,6 +46,7 @@ struct CC_EXPORT LayerImplTestProperties {
SkBlendMode blend_mode;
LayerPositionConstraint position_constraint;
LayerStickyPositionConstraint sticky_position_constraint;
+ gfx::Size offset_for_sticky_position_from_main_thread;
gfx::Point3F transform_origin;
gfx::Transform transform;
LayerImpl* scroll_parent;
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_sticky_position_constraint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698