summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_web_contents_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/native/aw_web_contents_delegate.cc')
-rw-r--r--android_webview/native/aw_web_contents_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/native/aw_web_contents_delegate.cc b/android_webview/native/aw_web_contents_delegate.cc
index 2f43de1ae..acece1b 100644
--- a/android_webview/native/aw_web_contents_delegate.cc
+++ b/android_webview/native/aw_web_contents_delegate.cc
@@ -125,7 +125,7 @@ void AwWebContentsDelegate::RunFileChooser(WebContents* web_contents,
void AwWebContentsDelegate::AddNewContents(WebContents* source,
WebContents* new_contents,
WindowOpenDisposition disposition,
- const gfx::Rect& initial_pos,
+ const gfx::Rect& initial_rect,
bool user_gesture,
bool* was_blocked) {
JNIEnv* env = AttachCurrentThread();