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

Unified Diff: ash/shelf/overflow_bubble_view.h

Issue 1659283002: ash: Explicitly teach various components about ShelfLayoutManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ozone-ui-event-platform-event
Patch Set: . Created 4 years, 11 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: ash/shelf/overflow_bubble_view.h
diff --git a/ash/shelf/overflow_bubble_view.h b/ash/shelf/overflow_bubble_view.h
index 8859fe2e31cc79eeafb0d1c84ec373523009bfa1..fd31157147e15e90e4a1a4852c154b4b9c627e3b 100644
--- a/ash/shelf/overflow_bubble_view.h
+++ b/ash/shelf/overflow_bubble_view.h
@@ -11,7 +11,6 @@
#include "ui/views/bubble/bubble_delegate.h"
namespace ash {
-class ShelfLayoutManager;
class ShelfView;
namespace test {
@@ -52,8 +51,6 @@ class ASH_EXPORT OverflowBubbleView : public views::BubbleDelegateView {
// ui::EventHandler overrides:
void OnScrollEvent(ui::ScrollEvent* event) override;
- ShelfLayoutManager* GetShelfLayoutManager() const;
-
ShelfView* shelf_view_; // Owned by views hierarchy.
gfx::Vector2d scroll_offset_;

Powered by Google App Engine
This is Rietveld 408576698