You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to blink-dev
Hi I'm new to blink and I'm trying to capture the layout changes ( i.e. the changing x,y cordinates of an element) when there is a pure layout change caused by adding/removing of a node which in turn changes in the x,y coordinate of the element.I was trying to get these changes in voidLayoutObject::StyleDidChange(StyleDifferencediff,
But this only seems to give me layout changes that are set via style using the AbsoluteBoundingBoxRect(). Is there a better place to capture these pure layout changes?