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

Unified Diff: ash/common/shelf/overflow_bubble.h

Issue 2267803003: ash: Remove unnecessary WmShelf::SchedulePaint() method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | ash/common/shelf/overflow_bubble.cc » ('j') | ash/common/shelf/overflow_bubble.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/overflow_bubble.h
diff --git a/ash/common/shelf/overflow_bubble.h b/ash/common/shelf/overflow_bubble.h
index 1e99bbc3e75ead4739ebddac5be4a601a6bb6a9c..b806a55547eb3894e90b63cb774920e082db0fff 100644
--- a/ash/common/shelf/overflow_bubble.h
+++ b/ash/common/shelf/overflow_bubble.h
@@ -59,7 +59,9 @@ class OverflowBubble : public views::PointerWatcher,
WmShelf* wm_shelf_;
OverflowBubbleView* bubble_; // Owned by views hierarchy.
views::View* anchor_; // Owned by ShelfView.
- ShelfView* shelf_view_; // Owned by |bubble_|.
+
+ // ShelfView containing the overflow items. Owned by |bubble_|.
+ ShelfView* shelf_view_;
DISALLOW_COPY_AND_ASSIGN(OverflowBubble);
};
« no previous file with comments | « no previous file | ash/common/shelf/overflow_bubble.cc » ('j') | ash/common/shelf/overflow_bubble.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698