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

Unified Diff: ui/views/animation/ink_drop_factory.cc

Issue 2028303004: Hide hover effect on hidden ink drop host views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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_factory.cc
diff --git a/ui/views/animation/ink_drop_factory.cc b/ui/views/animation/ink_drop_factory.cc
index ef668e153e2b7bd3b93567a6ec4f947780399ffc..3673cf3423fccf9f44f91c5215cd124653405fcc 100644
--- a/ui/views/animation/ink_drop_factory.cc
+++ b/ui/views/animation/ink_drop_factory.cc
@@ -28,7 +28,6 @@ class InkDropStub : public InkDrop {
InkDropState GetTargetInkDropState() const override {
return InkDropState::HIDDEN;
}
- bool IsVisible() const override { return false; }
void AnimateToState(InkDropState state) override {}
void SnapToActivated() override {}
void SetHovered(bool is_hovered) override {}

Powered by Google App Engine
This is Rietveld 408576698