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

Unified Diff: Source/web/WebViewImpl.h

Issue 255563004: Implement "Save image as" for canvas (blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 49803faa02e5958f09ff2da95a8310e6074e0ee5..4ef1e892b459e13f154a6877a27520f1a2571ced 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -208,6 +208,7 @@ public:
const WebPoint&) OVERRIDE;
virtual WebHitTestResult hitTestResultAt(const WebPoint&) OVERRIDE;
virtual void copyImageAt(const WebPoint&) OVERRIDE;
+ virtual void saveImageAt(const WebPoint&) OVERRIDE;
virtual void dragSourceEndedAt(
const WebPoint& clientPoint,
const WebPoint& screenPoint,

Powered by Google App Engine
This is Rietveld 408576698