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

Unified Diff: cc/layers/layer_impl_test_properties.h

Issue 2911463002: Unify the calculation of main thread offset of sticky element (Closed)
Patch Set: Address comments 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
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..7247967f2a02b0f17df9173cfc9d3dd310f3796e 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 sticky_main_thread_offset;
gfx::Point3F transform_origin;
gfx::Transform transform;
LayerImpl* scroll_parent;

Powered by Google App Engine
This is Rietveld 408576698