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

Unified Diff: blimp/client/app/android/blimp_view.cc

Issue 2237943002: Remove now-unnecessary .obj() in Java method calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@switch-context
Patch Set: Rebase *again* :( Created 4 years, 4 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
« no previous file with comments | « blimp/client/app/android/blimp_client_session_android.cc ('k') | blimp/client/app/android/toolbar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/blimp_view.cc
diff --git a/blimp/client/app/android/blimp_view.cc b/blimp/client/app/android/blimp_view.cc
index a2c84218bd83510d6e6d9d9c2dff3362d6c65fd6..27f20612ace74c8e5278ed1c8649f4f1fc8d5ec6 100644
--- a/blimp/client/app/android/blimp_view.cc
+++ b/blimp/client/app/android/blimp_view.cc
@@ -180,7 +180,7 @@ jboolean BlimpView::OnTouchEvent(JNIEnv* env,
void BlimpView::OnSwapBuffersCompleted() {
JNIEnv* env = base::android::AttachCurrentThread();
- Java_BlimpView_onSwapBuffersCompleted(env, java_obj_.obj());
+ Java_BlimpView_onSwapBuffersCompleted(env, java_obj_);
}
void BlimpView::DidCommitAndDrawFrame() {
« no previous file with comments | « blimp/client/app/android/blimp_client_session_android.cc ('k') | blimp/client/app/android/toolbar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698