Bug 1291373 - [geckoview] part 3, Remove MOZ_ANDROID_APZ r=botond,snorp

This commit is contained in:
Randall Barker
2016-08-05 14:38:51 -07:00
parent f7633d6863
commit bac11cde77
23 changed files with 60 additions and 251 deletions

View File

@@ -90,7 +90,7 @@ RemoteContentController::HandleTap(TapType aTapType,
void
RemoteContentController::PostDelayedTask(already_AddRefed<Runnable> aTask, int aDelayMs)
{
#ifdef MOZ_ANDROID_APZ
#ifdef MOZ_WIDGET_ANDROID
AndroidBridge::Bridge()->PostTaskToUiThread(Move(aTask), aDelayMs);
#else
(MessageLoop::current() ? MessageLoop::current() : mUILoop)->