Bug 1519636 - First reformat with clang-format 13.0.0. r=firefox-build-system-reviewers,sylvestre,mhentges
Updated with clang-format version 13.0.0 (taskcluster-OgjH5lasS5K_fvefdRcJVg) Depends on D131114 Differential Revision: https://phabricator.services.mozilla.com/D129119
This commit is contained in:
@@ -3623,8 +3623,8 @@ void PresShell::DoScrollContentIntoView() {
|
||||
// Reuse the same line iterator across calls to AccumulateFrameBounds.
|
||||
// We set it every time we detect a new block (stored in prevBlock).
|
||||
nsAutoLineIterator lines;
|
||||
// The last line we found a continuation on in |lines|. We assume that later
|
||||
// continuations cannot come on earlier lines.
|
||||
// The last line we found a continuation on in |lines|. We assume that
|
||||
// later continuations cannot come on earlier lines.
|
||||
int32_t curLine = 0;
|
||||
do {
|
||||
AccumulateFrameBounds(container, frame, useWholeLineHeightForInlines,
|
||||
|
||||
Reference in New Issue
Block a user