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

Unified Diff: ui/views/animation/ink_drop_stub.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/ink_drop_stub.h ('k') | ui/views/animation/test/test_ink_drop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/ink_drop_stub.cc
diff --git a/ui/views/animation/ink_drop_stub.cc b/ui/views/animation/ink_drop_stub.cc
index 734173f4b6f86cdba3ab398565dc494054743dc7..2883d89db82e633bdda39701187d69ab55331025 100644
--- a/ui/views/animation/ink_drop_stub.cc
+++ b/ui/views/animation/ink_drop_stub.cc
@@ -24,4 +24,12 @@ void InkDropStub::SetHovered(bool is_hovered) {}
void InkDropStub::SetFocused(bool is_hovered) {}
+bool InkDropStub::IsHighlightFadingInOrVisible() const {
+ return false;
+}
+
+void InkDropStub::SetShowHighlightOnHover(bool show_highlight_on_hover) {}
+
+void InkDropStub::SetShowHighlightOnFocus(bool show_highlight_on_focus) {}
+
} // namespace views
« no previous file with comments | « ui/views/animation/ink_drop_stub.h ('k') | ui/views/animation/test/test_ink_drop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698