mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1009733 - Follow-up to fix a logging-only build error. r=me and DONTBUILD because NPOTB
This commit is contained in:
parent
3367b52344
commit
26d12a7184
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user