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

Unified Diff: Source/web/WebViewImpl.h

Issue 1112513005: Reload image bypassing the cache (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index da29c8003cc1352a24254d982936fd0fa854c080..360e6e76d0b068eb483cc860f21af39d12934b10 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -226,6 +226,7 @@ public:
virtual WebHitTestResult hitTestResultForTap(const WebPoint&, const WebSize&) override;
virtual void copyImageAt(const WebPoint&) override;
virtual void saveImageAt(const WebPoint&) override;
+ virtual void reloadImageAt(const WebPoint&, bool bypassCache) override;
virtual void dragSourceEndedAt(
const WebPoint& clientPoint,
const WebPoint& screenPoint,

Powered by Google App Engine
This is Rietveld 408576698