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

Unified Diff: ui/views/animation/test/test_ink_drop_delegate.h

Issue 1757993004: Added ink drop hover/ripple to menu hosting bookmark buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added tests. Created 4 years, 9 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: ui/views/animation/test/test_ink_drop_delegate.h
diff --git a/ui/views/animation/test/test_ink_drop_delegate.h b/ui/views/animation/test/test_ink_drop_delegate.h
index 0fe2cbac25e14a559dcd7deb6da4d3ec6cf87d4e..a3eee3e7cb4cb082137d3ad59b1988c0b0a112d8 100644
--- a/ui/views/animation/test/test_ink_drop_delegate.h
+++ b/ui/views/animation/test/test_ink_drop_delegate.h
@@ -22,6 +22,7 @@ class TestInkDropDelegate : public InkDropDelegate {
// InkDropDelegate:
void OnAction(InkDropState state) override;
+ void SnapToActivated() override;
void SetHovered(bool is_hovered) override;
private:

Powered by Google App Engine
This is Rietveld 408576698