Back out ecac2ce4eada (bug 828126) for busting b2g's arm
This commit is contained in:
@@ -942,10 +942,13 @@ nsRefreshDriver::Tick(int64_t aNowEpoch, TimeStamp aNowTime)
|
||||
#ifdef DEBUG_INVALIDATIONS
|
||||
printf("Starting ProcessPendingUpdates\n");
|
||||
#endif
|
||||
#ifndef ANDROID
|
||||
// Waiting for bug 785597 to work on android.
|
||||
nsRefPtr<layers::LayerManager> mgr = mPresContext->GetPresShell()->GetLayerManager();
|
||||
if (mgr) {
|
||||
mgr->SetPaintStartTime(mMostRecentRefresh);
|
||||
}
|
||||
#endif
|
||||
|
||||
mViewManagerFlushIsPending = false;
|
||||
nsRefPtr<nsViewManager> vm = mPresContext->GetPresShell()->GetViewManager();
|
||||
|
||||
Reference in New Issue
Block a user