Bug 1044960 - Remove unnecessary lines from TabChild.cpp. r=kats

This commit is contained in:
Evelyn Hung 2014-08-07 22:10:00 -04:00
parent aa22399cd7
commit 2de8fdc9d0

View File

@ -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);