Bug 1039159 - Ensure we don't touch the velocity queue from the compositor thread. Thanks to :jerry for finding this. r=botond

This commit is contained in:
Kartikaya Gupta 2014-07-23 17:08:54 -04:00
Родитель 3558ea2a1f
Коммит 1ee439efe5
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -2359,9 +2359,7 @@ void AsyncPanZoomController::NotifyLayersUpdated(const FrameMetrics& aLayerMetri
mPaintThrottler.ClearHistory();
mPaintThrottler.SetMaxDurations(gfxPrefs::APZNumPaintDurationSamples());
mX.CancelTouch();
mY.CancelTouch();
SetState(NOTHING);
CancelAnimation();
mFrameMetrics = aLayerMetrics;
mLastDispatchedPaintMetrics = aLayerMetrics;