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

Unified Diff: ui/views/view.h

Issue 1518543002: Adds MD ink ripple animations to buttons within location bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds MD ink ripple animations to buttons within location bar (split gesture support into a separate… Created 5 years 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/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index ec070e55cec57713cecd60cf20badc83654c4a3d..b6227b59ed53b112e15ef82fac3e6bb0237d4515 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -995,6 +995,10 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
virtual int GetLineScrollIncrement(ScrollView* scroll_view,
bool is_horizontal, bool is_positive);
+ // Anchored popup ------------------------------------------------------------
+ // Called when a bubble that is anchored on this View is closing.
+ virtual void OnBubbleClosing() {}
+
protected:
// Used to track a drag. RootView passes this into
// ProcessMousePressed/Dragged.

Powered by Google App Engine
This is Rietveld 408576698