bug 1366294 - Part 9 - Fix Windows Build. r=gfritzsche

MozReview-Commit-ID: 8P2W8fD2xNi
This commit is contained in:
Chris H-C 2017-06-28 11:00:41 -07:00
Родитель f861b5fd74
Коммит 43659711de
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -161,8 +161,6 @@ void MessagePumpForUI::PumpOutPendingPaintMessages() {
if (state_->should_quit) // Handle WM_QUIT.
break;
}
// Histogram what was really being used, to help to adjust kMaxPeekCount.
DHISTOGRAM_COUNTS("Loop.PumpOutPendingPaintMessages Peeks", peek_count);
}
//-----------------------------------------------------------------------------