Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1199)

Unified Diff: ui/wm/core/masked_window_targeter.h

Issue 1119423003: Refactors away method implementations in ui::EventTargeter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactors ui::EventTargeter (rebased) Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/wm/core/easy_resize_window_targeter.cc ('k') | ui/wm/core/masked_window_targeter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « ui/wm/core/easy_resize_window_targeter.cc ('k') | ui/wm/core/masked_window_targeter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698