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

Unified Diff: ash/shelf/shelf_widget.h

Issue 2007003002: mash: Preliminary support for shelf auto-hide (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shutdown
Patch Set: typo Created 4 years, 7 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/shelf_widget.h
diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
index 02c2dbf37c33dda801fc416466868437d9b2992b..15f14404e92318d8f1bc99e58c3a1ced7ea823ab 100644
--- a/ash/shelf/shelf_widget.h
+++ b/ash/shelf/shelf_widget.h
@@ -96,6 +96,10 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
private:
class DelegateView;
+ // views::Widget:
+ void OnMouseEvent(ui::MouseEvent* event) override;
+ void OnGestureEvent(ui::GestureEvent* event) override;
+
// Owned by the shelf container's aura::Window.
ShelfLayoutManager* shelf_layout_manager_;
std::unique_ptr<Shelf> shelf_;

Powered by Google App Engine
This is Rietveld 408576698