зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1009733 - Follow-up to fix a logging-only build error. r=me and DONTBUILD because NPOTB
This commit is contained in:
Родитель
3db8eb771f
Коммит
b3cc44d937
|
@ -2607,7 +2607,7 @@ AsyncPanZoomController::StartNewTouchBlock(bool aCopyAllowedTouchBehaviorFromCur
|
|||
// See corresponding comment in ProcessPendingInputBlocks.
|
||||
while (!mTouchBlockQueue.IsEmpty()) {
|
||||
if (mTouchBlockQueue[0]->IsReadyForHandling() && !mTouchBlockQueue[0]->HasEvents()) {
|
||||
APZC_LOG("%p discarding depleted touch block %p\n", this, mTouchBlockQueue[0]);
|
||||
APZC_LOG("%p discarding depleted touch block %p\n", this, mTouchBlockQueue[0].get());
|
||||
mTouchBlockQueue.RemoveElementAt(0);
|
||||
} else {
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче