Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake the pinch-zoom API a frame message instead of a scene message. #3203
Conversation
|
I think that it makes sense to move the pinch zoom to a frame message since |
|
Note that |
|
D'oh! You are right I spoke too fast. This affects |
|
Ah yes, I remember seeing that |
Should we do it first (or as a part of this PR) then before merging? |
|
Sure, if you're ok with me taking it out of the |
This member variable is written to immediately before being used, in SpatialNode::update_transform, and so can just be turned into a local variable. The only other place that uses this is just a debug printout. Finally, since the member variable can be removed, we can also remove code that exists solely to populate this member.
|
Patches updated ^ |
|
|
@bors-servo delegate+ |
|
|
|
Try isn't needed (as per IRC discussion). |
|
|
Make the pinch-zoom API a frame message instead of a scene message. Fixes #3202. There might be other issues that are exposed by this, not sure yet. But it's a start. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3203) <!-- Reviewable:end -->
|
|
staktrace commentedOct 16, 2018
•
edited by larsbergstrom
Fixes #3202.
There might be other issues that are exposed by this, not sure yet. But it's a start.
This change is