Bug 1286709 - Assert the non-nullness of an GetApzc() call's return value. r=kats.

--HG--
extra : rebase_source : 28310216275e7f919314e92559ea79cb0692b69e
This commit is contained in:
Nicholas Nethercote 2016-07-15 09:19:57 +10:00
Родитель ae85aa6a67
Коммит 69d24ba219
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1106,6 +1106,7 @@ ApplyAsyncTransformToScrollbarForContent(Layer* aScrollbar,
const FrameMetrics& metrics = aContent.Metrics();
AsyncPanZoomController* apzc = aContent.GetApzc();
MOZ_RELEASE_ASSERT(apzc);
AsyncTransformComponentMatrix asyncTransform =
apzc->GetCurrentAsyncTransform(AsyncPanZoomController::RESPECT_FORCE_DISABLE);