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

Unified Diff: ui/views/animation/ink_drop_stub.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_observer.h ('k') | ui/views/animation/ink_drop_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/ink_drop_stub.h
diff --git a/ui/views/animation/ink_drop_stub.h b/ui/views/animation/ink_drop_stub.h
index 63a422679ef49c53756467ff3e15678af215b596..44f2280715b464935579603097e842284d08471a 100644
--- a/ui/views/animation/ink_drop_stub.h
+++ b/ui/views/animation/ink_drop_stub.h
@@ -22,6 +22,9 @@ class VIEWS_EXPORT InkDropStub : public InkDrop {
void SnapToActivated() override;
void SetHovered(bool is_hovered) override;
void SetFocused(bool is_hovered) override;
+ bool IsHighlightFadingInOrVisible() const override;
+ void SetShowHighlightOnHover(bool show_highlight_on_hover) override;
+ void SetShowHighlightOnFocus(bool show_highlight_on_focus) override;
private:
DISALLOW_COPY_AND_ASSIGN(InkDropStub);
« no previous file with comments | « ui/views/animation/ink_drop_observer.h ('k') | ui/views/animation/ink_drop_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698