jni_generator: Fix arg order in refactoring script.
This CL changes the order of arguments when converting non-static native methods to static native methods to avoid having to refactor the native side of the code during mass conversions. The order is now: * Java "this" object second if a "long nativeClassPtr" is the first argument, or * Java "this" object first for all other cases Bug: 929661 Change-Id: Ibb7997f9273b96994b8c5d4be6c4d6a2f3c0c694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749784Reviewed-by:Andrew Grieve <agrieve@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#686392}
Showing
Please register or sign in to comment