| Index: content/browser/web_contents/web_contents_android.cc
|
| diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc
|
| index 363c7463986f5e159f794386e5f7b1bc4f43959a..35346625ebf1ce9ff561debb26ee1e9dc4d2bf4d 100644
|
| --- a/content/browser/web_contents/web_contents_android.cc
|
| +++ b/content/browser/web_contents/web_contents_android.cc
|
| @@ -365,4 +365,9 @@ void WebContentsAndroid::EvaluateJavaScript(JNIEnv* env,
|
| ConvertJavaStringToUTF16(env, script), js_callback);
|
| }
|
|
|
| +void WebContentsAndroid::WasResized(JNIEnv* env,
|
| + jobject obj) {
|
| + web_contents_->GetRenderViewHost()->WasResized();
|
| +}
|
| +
|
| } // namespace content
|
|
|