Index: ui/views/animation/ink_drop_highlight.cc |
diff --git a/ui/views/animation/ink_drop_highlight.cc b/ui/views/animation/ink_drop_highlight.cc |
index 15ceac0ce7293ac9a46ec48c454d5b65d1a449ad..32f1231dbc76eb2704665173e6207c9d3ce4de26 100644 |
--- a/ui/views/animation/ink_drop_highlight.cc |
+++ b/ui/views/animation/ink_drop_highlight.cc |
@@ -35,7 +35,7 @@ std::string ToString(InkDropHighlight::AnimationType animation_type) { |
} |
InkDropHighlight::InkDropHighlight( |
- const gfx::Point& center_point, |
+ const gfx::PointF& center_point, |
std::unique_ptr<BasePaintedLayerDelegate> layer_delegate) |
: center_point_(center_point), |
visible_opacity_(1.f), |
@@ -56,7 +56,7 @@ InkDropHighlight::InkDropHighlight( |
InkDropHighlight::InkDropHighlight(const gfx::Size& size, |
int corner_radius, |
- const gfx::Point& center_point, |
+ const gfx::PointF& center_point, |
SkColor color) |
: InkDropHighlight( |
center_point, |