Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: android_webview/native/aw_picture.cc

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/native/aw_picture.cc
diff --git a/android_webview/native/aw_picture.cc b/android_webview/native/aw_picture.cc
index 9a7ff832ca3f4acc2a5742d8ade45cbbc790f95a..89a480237388232cf69427dfac988d97b492040e 100644
--- a/android_webview/native/aw_picture.cc
+++ b/android_webview/native/aw_picture.cc
@@ -49,8 +49,4 @@ void AwPicture::Draw(JNIEnv* env, jobject obj, jobject canvas,
LOG_IF(ERROR, !ok) << "Couldn't draw picture";
}
-bool RegisterAwPicture(JNIEnv* env) {
- return RegisterNativesImpl(env) >= 0;
-}
-
} // namespace android_webview

Powered by Google App Engine
This is Rietveld 408576698