diff options
Diffstat (limited to 'ui/wm/public')
-rw-r--r-- | ui/wm/public/masked_window_targeter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/wm/public/masked_window_targeter.h b/ui/wm/public/masked_window_targeter.h index edb050f..ad3140d3 100644 --- a/ui/wm/public/masked_window_targeter.h +++ b/ui/wm/public/masked_window_targeter.h @@ -20,8 +20,8 @@ class MaskedWindowTargeter : public aura::WindowTargeter { protected: // Sets the hit-test mask for |window| in |mask| (in |window|'s local - // coordinate system). - virtual void GetHitTestMask(aura::Window* window, gfx::Path* mask) const = 0; + // coordinate system). Returns whether a valid mask has been set in |mask|. + virtual bool GetHitTestMask(aura::Window* window, gfx::Path* mask) const = 0; // aura::WindowTargeter: virtual bool EventLocationInsideBounds( |