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

Unified Diff: ui/views/animation/ink_drop_stub.h

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Rebased and fixed tests Created 3 years, 9 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
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..985be1c106d2fd7d0074ca1a40939e8b5dc73c58 100644
--- a/ui/views/animation/ink_drop_stub.h
+++ b/ui/views/animation/ink_drop_stub.h
@@ -22,6 +22,7 @@ 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;
private:
DISALLOW_COPY_AND_ASSIGN(InkDropStub);

Powered by Google App Engine
This is Rietveld 408576698