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

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

Issue 2001843002: Use ink drop hover for focus states on toolbar buttons and location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: layout Created 4 years, 7 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
« no previous file with comments | « ui/views/animation/ink_drop_impl_unittest.cc ('k') | ui/views/animation/test/test_ink_drop_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fdcaad39aad1160d5e7809730609a66d213cdff3..ec9b7c9626b1a7ad75d6feb53c5d065411e8980a 100644
--- a/ui/views/animation/test/test_ink_drop_delegate.h
+++ b/ui/views/animation/test/test_ink_drop_delegate.h
@@ -23,6 +23,7 @@ class TestInkDropDelegate : public InkDropDelegate {
void SnapToActivated() override;
void SetHovered(bool is_hovered) override;
InkDropState GetTargetInkDropState() const override;
+ InkDrop* GetInkDrop() override;
private:
InkDropState state_;
« no previous file with comments | « ui/views/animation/ink_drop_impl_unittest.cc ('k') | ui/views/animation/test/test_ink_drop_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698