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

Unified Diff: chrome/browser/ui/views/download/download_item_view_md.h

Issue 2042073002: Centered flood fill style ink drop ripples on mouse/touch points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polished for review. Created 4 years, 6 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: chrome/browser/ui/views/download/download_item_view_md.h
diff --git a/chrome/browser/ui/views/download/download_item_view_md.h b/chrome/browser/ui/views/download/download_item_view_md.h
index 89bbefa55a51a9ff333139217e6b95e00e2cb74e..2625a31264b79b3f2fb62af863a6df956207848f 100644
--- a/chrome/browser/ui/views/download/download_item_view_md.h
+++ b/chrome/browser/ui/views/download/download_item_view_md.h
@@ -139,7 +139,7 @@ class DownloadItemViewMd : public views::InkDropHostView,
MALICIOUS_MODE // Displaying the malicious download warning.
};
- void OpenDownload();
+ void OpenDownload(const ui::Event& event);
// Submits the downloaded file to the safebrowsing download feedback service.
// Returns whether submission was successful. On successful submission,

Powered by Google App Engine
This is Rietveld 408576698