Index: ui/wm/core/masked_window_targeter.h |
diff --git a/ui/wm/core/masked_window_targeter.h b/ui/wm/core/masked_window_targeter.h |
index cc209f3b6812f72d4b42ea864e5a6fc39da02914..00617bf3e6e6b4a4c827b7eb72d86b408a31d486 100644 |
--- a/ui/wm/core/masked_window_targeter.h |
+++ b/ui/wm/core/masked_window_targeter.h |
@@ -24,8 +24,8 @@ class WM_EXPORT MaskedWindowTargeter : public aura::WindowTargeter { |
// coordinate system). Returns whether a valid mask has been set in |mask|. |
virtual bool GetHitTestMask(aura::Window* window, gfx::Path* mask) const = 0; |
- // ui::EventTargeter: |
- bool EventLocationInsideBounds(ui::EventTarget* target, |
+ // aura::WindowTargeter: |
+ bool EventLocationInsideBounds(aura::Window* target, |
const ui::LocatedEvent& event) const override; |
private: |