mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1044960 - Remove unnecessary lines from TabChild.cpp. r=kats
This commit is contained in:
parent
aa22399cd7
commit
2de8fdc9d0
@ -489,10 +489,6 @@ TabChildBase::ProcessUpdateFrame(const FrameMetrics& aFrameMetrics)
|
||||
data.AppendLiteral(", \"height\" : ");
|
||||
data.AppendFloat(newMetrics.mScrollableRect.height);
|
||||
data.AppendLiteral(" }");
|
||||
data.AppendPrintf(", \"resolution\" : "); // TODO: check if it's actually used?
|
||||
data.AppendPrintf("{ \"width\" : ");
|
||||
data.AppendFloat(newMetrics.CalculateIntrinsicScale().scale);
|
||||
data.AppendPrintf(" }");
|
||||
data.AppendLiteral(", \"cssCompositedRect\" : ");
|
||||
data.AppendLiteral("{ \"width\" : ");
|
||||
data.AppendFloat(cssCompositedSize.width);
|
||||
|
Loading…
Reference in New Issue
Block a user