Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
index 5b99e2447551fcdf6791ca0361d77cc3166ce228..05a24b73d65c2380e45421c2afe7b868f3a31f27 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -965,6 +965,11 @@ void WebLocalFrameImpl::reloadImage(const WebNode& webNode) |
} |
} |
+void WebLocalFrameImpl::reloadLoFiImages() |
+{ |
+ frame()->document()->fetcher()->reloadLoFiImages(); |
+} |
+ |
void WebLocalFrameImpl::loadRequest(const WebURLRequest& request) |
{ |
// TODO(clamy): Remove this function once RenderFrame calls load for all |