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

Unified Diff: ui/app_list/app_list_bubble_border.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: 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
Index: ui/app_list/app_list_bubble_border.h
diff --git a/ui/app_list/app_list_bubble_border.h b/ui/app_list/app_list_bubble_border.h
index 37dbceb8ebae368b7df963b7553559981f7f3a9f..15b77cfa1967ebba0bb0374c73cc69391073ee62 100644
--- a/ui/app_list/app_list_bubble_border.h
+++ b/ui/app_list/app_list_bubble_border.h
@@ -22,6 +22,8 @@ class AppListBubbleBorder : public views::BubbleBorder {
bool ArrowAtTopOrBottom() const;
bool ArrowOnLeftOrRight() const;
+ void GetMask(const gfx::Rect& bounds, gfx::Path* mask) const;
+
void set_offset(const gfx::Point& offset) { offset_ = offset; }
const gfx::Point& offset() const { return offset_; }

Powered by Google App Engine
This is Rietveld 408576698