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

Unified Diff: android_webview/native/aw_contents.h

Issue 1348473003: Do not cast Visual State Callback request_id argument to long. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 32a7429a40d347d6e12cdd39f28a19fad43233d1..9e03a32229dcac17337d4f44860968114a3d14ec 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -136,7 +136,7 @@ class AwContents : public FindHelper::Listener,
void EnableOnNewPicture(JNIEnv* env, jobject obj, jboolean enabled);
void InsertVisualStateCallback(JNIEnv* env,
jobject obj,
- long request_id,
+ jlong request_id,
jobject callback);
void ClearView(JNIEnv* env, jobject obj);
void SetExtraHeadersForUrl(JNIEnv* env, jobject obj,

Powered by Google App Engine
This is Rietveld 408576698