mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1192919 - Follow-up to fix build error with logging enabled. r=me and DONTBUILD
--HG-- extra : commitid : Efxmaxlkgf
This commit is contained in:
parent
7179f328b4
commit
20b0a294c6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user