Bug 1192919 - Follow-up to fix build error with logging enabled. r=me and DONTBUILD

--HG--
extra : commitid : Efxmaxlkgf
This commit is contained in:
Kartikaya Gupta 2015-12-22 15:12:53 -05:00
parent 7179f328b4
commit 20b0a294c6

View File

@ -2725,7 +2725,7 @@ const ScreenMargin AsyncPanZoomController::CalculatePendingDisplayPort(
APZC_LOG_FM(aFrameMetrics,
"Calculated displayport as (%f %f %f %f) from velocity %s paint time %f metrics",
displayPort.x, displayPort.y, displayPort.width, displayPort.height,
ToString(aVelocity).c_str(), (float)estimatedPaintDurationMillis);
ToString(aVelocity).c_str(), paintFactor);
CSSMargin cssMargins;
cssMargins.left = -displayPort.x;