summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/native/aw_contents.h')
-rw-r--r--android_webview/native/aw_contents.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index eade5aa..ee3a47f 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -116,10 +116,10 @@ class AwContents : public FindHelper::Listener,
jint visible_bottom);
jint GetAwDrawGLViewContext(JNIEnv* env, jobject obj);
base::android::ScopedJavaLocalRef<jobject> CapturePicture(JNIEnv* env,
- jobject obj);
- void EnableOnNewPicture(JNIEnv* env,
- jobject obj,
- jboolean enabled);
+ jobject obj,
+ int width,
+ int height);
+ void EnableOnNewPicture(JNIEnv* env, jobject obj, jboolean enabled);
// Geolocation API support
void ShowGeolocationPrompt(const GURL& origin, base::Callback<void(bool)>);