| Index: content/browser/web_contents/web_contents_android.h
|
| diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
|
| index 4ffedd4a831bcc9036a22e4b7d28d5abd4905638..74eecf004733b7f8007e17c34f8ff4f67db65d45 100644
|
| --- a/content/browser/web_contents/web_contents_android.h
|
| +++ b/content/browser/web_contents/web_contents_android.h
|
| @@ -88,6 +88,7 @@ class CONTENT_EXPORT WebContentsAndroid
|
| jobject obj,
|
| jstring script,
|
| jobject callback);
|
| + void WasResized(JNIEnv* env, jobject obj);
|
|
|
| private:
|
| RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid();
|
|
|