Bug 1743075 - Update log of ProcessEventHookCallback() r=gfx-reviewers,aosmond

Add aEvent value to log.

Differential Revision: https://phabricator.services.mozilla.com/D132214
This commit is contained in:
sotaro 2021-11-29 00:12:20 +00:00
Родитель 6e1905eb5e
Коммит 2d813f179a
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1167,7 +1167,8 @@ void WinWindowOcclusionTracker::WindowOcclusionCalculator::
}
CALC_LOG(LogLevel::Debug,
"WindowOcclusionCalculator::ProcessEventHookCallback()");
"WindowOcclusionCalculator::ProcessEventHookCallback() aEvent 0x%x",
aEvent);
// We generally ignore events for popup windows, except for when the taskbar
// is hidden or Windows Taskbar, in which case we recalculate occlusion.