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

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

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Removed CanProcessEventsWithinSubtree Created 3 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_stub.cc ('k') | ui/views/animation/test/test_ink_drop.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.h
diff --git a/ui/views/animation/test/test_ink_drop.h b/ui/views/animation/test/test_ink_drop.h
index a9440e858c056cdb67dbf0e6600db62cd005c83e..5bf826b8b5404bad87ab1864e4e91deabe537660 100644
--- a/ui/views/animation/test/test_ink_drop.h
+++ b/ui/views/animation/test/test_ink_drop.h
@@ -27,6 +27,9 @@ class TestInkDrop : public InkDrop {
void SnapToActivated() override;
void SetHovered(bool is_hovered) override;
void SetFocused(bool is_focused) override;
+ bool IsHighlightFadingInOrVisible() const override;
+ void SetShowHighlightOnHover(bool show_highlight_on_hover) override;
+ void SetShowHighlightOnFocus(bool show_highlight_on_focus) override;
private:
InkDropState state_;
« no previous file with comments | « ui/views/animation/ink_drop_stub.cc ('k') | ui/views/animation/test/test_ink_drop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698