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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 1112513005: Reload image bypassing the cache (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nit 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
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 79838a2ca502977f36f8379069b3c967dc01fab3..c654beeb8cf39e90b96399532400f684e537e3c2 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -58,6 +58,7 @@ class WebDevToolsAgentImpl;
class WebDevToolsFrontendImpl;
class WebFrameClient;
class WebFrameWidgetImpl;
+class WebNode;
class WebPerformance;
class WebPlugin;
class WebPluginContainerImpl;
@@ -132,6 +133,7 @@ public:
virtual v8::Local<v8::Context> mainWorldScriptContext() const override;
virtual void reload(bool ignoreCache) override;
virtual void reloadWithOverrideURL(const WebURL& overrideUrl, bool ignoreCache) override;
+ virtual void reloadImage(const WebNode&) override;
virtual void loadRequest(const WebURLRequest&) override;
virtual void loadHistoryItem(const WebHistoryItem&, WebHistoryLoadType, WebURLRequest::CachePolicy) override;
virtual void loadData(

Powered by Google App Engine
This is Rietveld 408576698