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

Unified Diff: android_webview/native/aw_contents.h

Issue 1362713002: Do not cast Visual State Callback request_id argument to long. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2490
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 cbdb8b226a1eabf3c220c86a32f38823bb0db65e..78869ab75a05f244c6232d28cdc456d3b2405b59 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