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

Unified Diff: public/web/WebView.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
« Source/web/WebViewImpl.cpp ('K') | « 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/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index be2c85b3630e88cbe3437f33e739de3b84ae9d6a..b55db11e5726f6c277344e000a12f6d1a52fe1da 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -329,6 +329,10 @@ public:
// WebView (if there is such an image)
virtual void saveImageAt(const WebPoint&) = 0;
+ // Reload the image located at a particular point in the
+ // WebView (if there is such an image)
+ virtual void reloadImageAt(const WebPoint&, bool bypass_cache) = 0;
+
// Notifies the WebView that a drag has terminated.
virtual void dragSourceEndedAt(
const WebPoint& clientPoint, const WebPoint& screenPoint,
« Source/web/WebViewImpl.cpp ('K') | « public/web/WebContextMenuData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698