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

Unified Diff: content/renderer/render_view_impl.h

Issue 263453007: Implement "Save image as" for canvas (chromium side). (Closed) Base URL: http://chromium.googlesource.com/chromium/src.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: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index e33baaafbdb96f6ed30fbde2ae344820c386437f..c4e529c23dc5abaa7b59eafaa7dc158dfe5e27d9 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -756,6 +756,7 @@ class CONTENT_EXPORT RenderViewImpl
void OnClosePage();
void OnShowContextMenu(const gfx::Point& location);
void OnCopyImageAt(int x, int y);
+ void OnSaveImageAt(int x, int y);
void OnSetName(const std::string& name);
void OnDeterminePageLanguage();
void OnDisableScrollbarsForSmallWindows(

Powered by Google App Engine
This is Rietveld 408576698