Index: ui/views/animation/ink_drop_hover.cc |
diff --git a/ui/views/animation/ink_drop_hover.cc b/ui/views/animation/ink_drop_hover.cc |
index 9bb7b02d8958015a3eedd6acc34b943d79d8d1ae..50962f9c4574f8024bfa7c43f3e2036dfc46b445 100644 |
--- a/ui/views/animation/ink_drop_hover.cc |
+++ b/ui/views/animation/ink_drop_hover.cc |
@@ -23,6 +23,11 @@ const float kHiddenOpacity = 0.0f; |
} // namespace |
+InkDropHover::InkDropHover(const gfx::Rect& bounds, |
+ int corner_radius, |
+ SkColor color) |
+ : InkDropHover(bounds.size(), corner_radius, bounds.CenterPoint(), color) {} |
+ |
InkDropHover::InkDropHover(const gfx::Size& size, |
int corner_radius, |
const gfx::Point& center_point, |