| Index: ui/wm/core/masked_window_targeter.cc
|
| diff --git a/ui/wm/core/masked_window_targeter.cc b/ui/wm/core/masked_window_targeter.cc
|
| index 4cc26d5b846bf5dd226719610ead52045a2cdf8d..90d221e63145a5328fe635ee5e4d929fdd242cd0 100644
|
| --- a/ui/wm/core/masked_window_targeter.cc
|
| +++ b/ui/wm/core/masked_window_targeter.cc
|
| @@ -27,7 +27,7 @@ bool MaskedWindowTargeter::EventLocationInsideBounds(
|
| SkRegion clip_region;
|
| clip_region.setRect(0, 0, size.width(), size.height());
|
|
|
| - gfx::Point point = event.location();
|
| + gfx::Point point = gfx::ToFlooredPoint(event.location());
|
| if (window->parent())
|
| aura::Window::ConvertPointToTarget(window->parent(), window, &point);
|
|
|
|
|