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

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

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/test/test_ink_drop.h ('k') | ui/views/controls/button/custom_button.h » ('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.cc
diff --git a/ui/views/animation/test/test_ink_drop.cc b/ui/views/animation/test/test_ink_drop.cc
index 061cb7eaef473df8ce1b9d8416cf6068b947c3b7..ecaeee012555ae3c45b09a53d34fe510fed75ecf 100644
--- a/ui/views/animation/test/test_ink_drop.cc
+++ b/ui/views/animation/test/test_ink_drop.cc
@@ -30,5 +30,13 @@ void TestInkDrop::SetHovered(bool is_hovered) {
void TestInkDrop::SetFocused(bool is_focused) {}
+bool TestInkDrop::IsHighlightFadingInOrVisible() const {
+ return false;
+}
+
+void TestInkDrop::SetShowHighlightOnHover(bool show_highlight_on_hover) {}
+
+void TestInkDrop::SetShowHighlightOnFocus(bool show_highlight_on_focus) {}
+
} // namespace test
} // namespace views
« no previous file with comments | « ui/views/animation/test/test_ink_drop.h ('k') | ui/views/controls/button/custom_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698