| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index 170e9b79bf7a4dc8629f310e0f31f8561c3d0861..9fb76d5cce8a64d38f630555d29a5baf565ca135 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -142,11 +142,14 @@ class AwContents : public FindHelper::Listener,
|
| virtual void Invalidate() OVERRIDE;
|
| virtual void OnNewPicture() OVERRIDE;
|
| virtual gfx::Point GetLocationOnScreen() OVERRIDE;
|
| + virtual void ScrollContainerViewTo(gfx::Vector2dF new_value) OVERRIDE;
|
|
|
| void ClearCache(JNIEnv* env, jobject obj, jboolean include_disk_files);
|
| void SetPendingWebContentsForPopup(scoped_ptr<content::WebContents> pending);
|
| jint ReleasePopupWebContents(JNIEnv* env, jobject obj);
|
|
|
| + void ScrollTo(JNIEnv* env, jobject obj, jint x, jint y);
|
| +
|
| void SetSaveFormData(bool enabled);
|
|
|
| private:
|
|
|