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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 240003009: [Android]: Fix incorrect use of jint for pointer in ContentViewCoreImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_atomics
Patch Set: Created 6 years, 8 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 | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index 652ddc27e75c5e2ff2cdfb6c048271b470bac1ae..37f193d998e9062ca5e81a826dfb8bbc14d0bfa5 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -220,7 +220,7 @@ class ContentViewCoreImpl : public ContentViewCore,
void ShowInterstitialPage(JNIEnv* env,
jobject obj,
jstring jurl,
- jint delegate);
+ jlong delegate);
jboolean IsShowingInterstitialPage(JNIEnv* env, jobject obj);
void SetAccessibilityEnabled(JNIEnv* env, jobject obj, bool enabled);
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698