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

Unified Diff: chrome/browser/android/compositor/tab_content_manager.cc

Issue 1312153003: jni_generator: Pass object parameters as JavaParamRef. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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: chrome/browser/android/compositor/tab_content_manager.cc
diff --git a/chrome/browser/android/compositor/tab_content_manager.cc b/chrome/browser/android/compositor/tab_content_manager.cc
index 4da3916a46e151341e66d3bcc1a9065dc7adb9d4..6746910b3821d899d5609c0b2242e41992dd208d 100644
--- a/chrome/browser/android/compositor/tab_content_manager.cc
+++ b/chrome/browser/android/compositor/tab_content_manager.cc
@@ -370,7 +370,7 @@ bool RegisterTabContentManager(JNIEnv* env) {
// ----------------------------------------------------------------------------
jlong Init(JNIEnv* env,
- jobject obj,
+ const JavaParamRef<jobject>& obj,
jint default_cache_size,
jint approximation_cache_size,
jint compression_queue_max_size,

Powered by Google App Engine
This is Rietveld 408576698