Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: public/web/WebLocalFrame.h

Issue 1112513005: Reload image bypassing the cache (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: japhet comments Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebContextMenuData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebLocalFrame.h
diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h
index 475c38bc99a0c0a8ccf276bf61d2926d5b00cbb8..d39e42106e9c9c27a4a51e24f1d56bceaf278098 100644
--- a/public/web/WebLocalFrame.h
+++ b/public/web/WebLocalFrame.h
@@ -16,6 +16,7 @@ class WebContentSettingsClient;
class WebDevToolsAgent;
class WebDevToolsAgentClient;
class WebFrameClient;
+class WebNode;
class WebScriptExecutionCallback;
class WebSuspendableTask;
struct WebPrintPresetOptions;
@@ -132,6 +133,11 @@ public:
// The implementation can request the embedder to cancel the call by setting
// |cancel| to true.
virtual void willShowInstallBannerPrompt(const WebVector<WebString>& platforms, WebAppBannerPromptReply*) = 0;
+
+ // Image reload -----------------------------------------------------------
+
+ // Reload the image located at a particular point in the WebLocalFrame (if there is such an image).
Nate Chapin 2015/05/06 18:40:54 This comment is out of date.
+ virtual void reloadImage(const WebNode&) = 0;
};
} // namespace blink
« no previous file with comments | « public/web/WebContextMenuData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698