Backed out changeset 85ce8cb0639a (bug 1268313)

This commit is contained in:
Carsten "Tomcat" Book
2016-04-29 14:21:16 +02:00
parent 3f12970bca
commit aadd508ffe
237 changed files with 1280 additions and 1046 deletions

View File

@@ -34,7 +34,7 @@ AndroidContentController::NotifyDefaultPrevented(APZCTreeManager* aManager,
// The notification must reach the APZ on the Java UI thread (aka the
// APZ "controller" thread) but we get it from the Gecko thread, so we
// have to throw it onto the other thread.
AndroidBridge::Bridge()->PostTaskToUiThread(NewRunnableMethod<uint64_t, bool>(
AndroidBridge::Bridge()->PostTaskToUiThread(NewRunnableMethod(
aManager, &APZCTreeManager::ContentReceivedInputBlock,
aInputBlockId, aDefaultPrevented), 0);
return;