Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 6a6a8fc93c02fd97bd7daa34ca96487a13677a94..1292cefe5b15af539769f6bde236dfda5d8b5bc2 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -186,6 +186,10 @@ public: |
// If the provided node is an image, reload the image disabling Lo-Fi. |
virtual void reloadImage(const WebNode&) = 0; |
+ // Reloads all the Lo-Fi images in this WebLocalFrame. Ignores the cache and |
+ // reloads from the network. |
+ virtual void reloadLoFiImages() = 0; |
+ |
// Feature usage logging -------------------------------------------------- |
virtual void didCallAddSearchProvider() = 0; |