Bug 1148868 - Fix up nsChildView::ConfigureAPZControllerThread(). r=kats

--HG--
extra : rebase_source : 6f14ca5ea2569221d78f2b286a668e46ceb9eb43
This commit is contained in:
Markus Stange 2015-04-13 17:03:38 -04:00
parent b7d5622b6a
commit f6fb4a2a83

View File

@ -1900,6 +1900,8 @@ nsChildView::ConfigureAPZControllerThread()
// The EventThreadRunner is the controller thread, but it doesn't
// have a MessageLoop.
APZThreadUtils::SetControllerThread(nullptr);
} else {
nsBaseWidget::ConfigureAPZControllerThread();
}
}