| Index: android_webview/native/aw_contents.h | 
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h | 
| index 889aaa875b6e9571450f267a12680dc115ba1ca2..2fc8256ca1623024647b950a11824273f9fd495a 100644 | 
| --- a/android_webview/native/aw_contents.h | 
| +++ b/android_webview/native/aw_contents.h | 
| @@ -159,6 +159,8 @@ class AwContents : public FindHelper::Listener, | 
| void SetPendingWebContentsForPopup(scoped_ptr<content::WebContents> pending); | 
| jint ReleasePopupWebContents(JNIEnv* env, jobject obj); | 
|  | 
| +  void ResetScrollAndScaleState(JNIEnv* env, jobject obj); | 
| + | 
| private: | 
| void SetWebContents(content::WebContents* web_contents); | 
|  | 
|  |