Bug 1506599 - Add @AnyThread annotation to GeckoWebExecutor r=agi

Differential Revision: https://phabricator.services.mozilla.com/D11652

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Willcox 2018-11-12 15:31:56 +00:00
parent fe445c3367
commit 457721733c

View File

@ -6,6 +6,7 @@
package org.mozilla.geckoview;
import android.support.annotation.AnyThread;
import android.support.annotation.IntDef;
import android.support.annotation.NonNull;
@ -35,6 +36,7 @@ import org.mozilla.gecko.annotation.WrapForJNI;
* });
* </pre>
*/
@AnyThread
public class GeckoWebExecutor {
// We don't use this right now because we access GeckoThread directly, but
// it's future-proofing for a world where we allow multiple GeckoRuntimes.