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

Unified Diff: ui/views/view.h

Issue 1411833006: Refactoring to make adding ink drop animations easier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt to refactor ink drop animations (wired up chained EventHandler) Created 5 years, 1 month 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 9d43e2cea038fb87a009c9a7a41423c2650bd91f..663818efd953c1a59d238ada14394056ef899bb1 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -67,6 +67,7 @@ class ContextMenuController;
class DragController;
class FocusManager;
class FocusTraversable;
+class InkDropDelegate;
class LayoutManager;
class NativeViewAccessibility;
class ScrollView;
@@ -1134,6 +1135,10 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// below layers owned by a view.
virtual void ReorderChildLayers(ui::Layer* parent_layer);
+ // Animations ----------------------------------------------------------------
+
+ virtual InkDropDelegate* GetInkDropDelegate() const;
+
// Input ---------------------------------------------------------------------
virtual DragInfo* GetDragInfo();

Powered by Google App Engine
This is Rietveld 408576698