| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index 667e67d111c2c903004f0de6b16a638a583fe280..5466c6f377492c44c0d59fa6e50d219fd7ce7afb 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -144,6 +144,7 @@ class AwContents : public FindHelper::Listener,
|
| virtual void OnNewPicture(
|
| const base::android::JavaRef<jobject>& picture) OVERRIDE;
|
| virtual gfx::Point GetLocationOnScreen() OVERRIDE;
|
| + virtual void OnPageScaleFactorChanged(float page_scale_factor) OVERRIDE;
|
|
|
| void ClearCache(JNIEnv* env, jobject obj, jboolean include_disk_files);
|
| void SetPendingWebContentsForPopup(scoped_ptr<content::WebContents> pending);
|
|
|