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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 1374793005: Single image reload fix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | « Source/core/svg/SVGImageElement.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index f9499cfd6faecc06b4d18d1e1680fe92c32935e6..adc51b95ef3da0ff934c1e7522f3ba7ba37833a4 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -131,7 +131,7 @@ public:
v8::Local<v8::Context> mainWorldScriptContext() const override;
void reload(bool ignoreCache) override;
void reloadWithOverrideURL(const WebURL& overrideUrl, bool ignoreCache) override;
- void reloadImage(const WebNode&) override;
+ void reloadImage(const WebNode&, WebURLRequest::ExtraData*) override;
void loadRequest(const WebURLRequest&) override;
void loadHistoryItem(const WebHistoryItem&, WebHistoryLoadType, WebURLRequest::CachePolicy) override;
void loadData(
« no previous file with comments | « Source/core/svg/SVGImageElement.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698