| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index 1c73de98ddc5b6ecd2dd0532f738711a80fa37b5..111c6953428e6a276fb8dcad173367a3260b157b 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -147,6 +147,8 @@ class AwContents : public FindHelper::Listener,
|
| // AwRenderViewHostExtClient implementation.
|
| virtual void OnWebLayoutPageScaleFactorChanged(
|
| float page_scale_factor) OVERRIDE;
|
| + virtual void OnWebLayoutContentsSizeChanged(
|
| + const gfx::Size& contents_size) OVERRIDE;
|
|
|
| // BrowserViewRenderer::Client implementation.
|
| virtual bool RequestDrawGL(jobject canvas) OVERRIDE;
|
|
|