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

Unified Diff: ui/views/widget/widget_delegate.h

Issue 10566009: app_list: Fix shadow bleeds over launcher button and steals mouse events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix aura_demo compilation Created 8 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/views/widget/widget.cc ('k') | ui/views/widget/widget_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget_delegate.h
diff --git a/ui/views/widget/widget_delegate.h b/ui/views/widget/widget_delegate.h
index 3239c1d75e7ef378836c6208abacb18b9f613b3b..c92c81c8c8c6ecadbded7d8141bc75723ea35403 100644
--- a/ui/views/widget/widget_delegate.h
+++ b/ui/views/widget/widget_delegate.h
@@ -146,6 +146,12 @@ class VIEWS_EXPORT WidgetDelegate {
// manage the positions by ourselves.
virtual bool WillProcessWorkAreaChange() const;
+ // Returns true if window has a hit-test mask.
+ virtual bool HasHitTestMask() const;
+
+ // Provides the hit-test mask if HasHitTestMask above returns true.
+ virtual void GetHitTestMask(gfx::Path* mask) const;
+
protected:
virtual ~WidgetDelegate() {}
« no previous file with comments | « ui/views/widget/widget.cc ('k') | ui/views/widget/widget_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698