Index: ui/views/animation/ink_drop_host.h |
diff --git a/ui/views/animation/ink_drop_host.h b/ui/views/animation/ink_drop_host.h |
index f50fac789d76e84a61ef31f4702a9dfe06ae2b54..ab9f165080d75ee0fd8cd1ab8e714484a655efb6 100644 |
--- a/ui/views/animation/ink_drop_host.h |
+++ b/ui/views/animation/ink_drop_host.h |
@@ -34,9 +34,11 @@ class VIEWS_EXPORT InkDropHost { |
virtual void RemoveInkDropLayer(ui::Layer* ink_drop_layer) = 0; |
// Returns the Point where the ink drop should be centered. |
- // TODO(varkha): This should be moved to InkDropConsumer. |
virtual gfx::Point CalculateInkDropCenter() const = 0; |
+ // Returns true if the InkDropHover should be shown. |
+ virtual bool ShouldShowInkDropHover() const = 0; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(InkDropHost); |
}; |