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 089ed3f1984d184f49856fa65399fbad58c7a1e8..8c783f0e01017ad334ef9791ed0f4d866820f7b0 100644 |
--- a/content/browser/web_contents/web_contents_android.cc |
+++ b/content/browser/web_contents/web_contents_android.cc |
@@ -682,6 +682,11 @@ void WebContentsAndroid::OnContextMenuClosed(JNIEnv* env, |
->NotifyContextMenuClosed(CustomContextMenuContext()); |
} |
+void WebContentsAndroid::ReloadLoFiImages(JNIEnv* env, |
+ const JavaParamRef<jobject>& obj) { |
+ static_cast<WebContentsImpl*>(web_contents_)->ReloadLoFiImages(); |
+} |
+ |
void WebContentsAndroid::OnFinishGetContentBitmap( |
ScopedJavaGlobalRef<jobject>* obj, |
ScopedJavaGlobalRef<jobject>* callback, |