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

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

Issue 2041033002: Moved ButtonInkDropDelegate logic into InkDropHostView and deleted InkDropDelegates. (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_impl.h
diff --git a/ui/views/animation/ink_drop_impl.h b/ui/views/animation/ink_drop_impl.h
index 47b8f508657200ada6560f48b85746960758c5d4..2b92d7a758961ac65e2cb5e8b0bcb9e20e8fed1f 100644
--- a/ui/views/animation/ink_drop_impl.h
+++ b/ui/views/animation/ink_drop_impl.h
@@ -41,7 +41,6 @@ class VIEWS_EXPORT InkDropImpl : public InkDrop,
// InkDrop:
InkDropState GetTargetInkDropState() const override;
- bool IsVisible() const override;
void AnimateToState(InkDropState ink_drop_state) override;
void SnapToActivated() override;
void SetHovered(bool is_hovered) override;

Powered by Google App Engine
This is Rietveld 408576698