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

Unified Diff: ui/views/animation/ink_drop_animation_observer.h

Issue 1897073002: Add MD Ink Drop Layers to InkDropHost only when a ripple/hover is active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed InkDropHoverTests to use proper expectation comparisons. Created 4 years, 8 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: ui/views/animation/ink_drop_animation_observer.h
diff --git a/ui/views/animation/ink_drop_animation_observer.h b/ui/views/animation/ink_drop_animation_observer.h
index bb306c9274993b1f51e1ae602c90ffb4e51e0d17..831a6be06b3b6065eb4856ef342d3569a6daa905 100644
--- a/ui/views/animation/ink_drop_animation_observer.h
+++ b/ui/views/animation/ink_drop_animation_observer.h
@@ -29,8 +29,8 @@ class VIEWS_EXPORT InkDropAnimationObserver {
InkDropAnimationEndedReason reason) = 0;
protected:
- InkDropAnimationObserver() {}
- virtual ~InkDropAnimationObserver() {}
+ InkDropAnimationObserver() = default;
+ virtual ~InkDropAnimationObserver() = default;
private:
DISALLOW_COPY_AND_ASSIGN(InkDropAnimationObserver);
« no previous file with comments | « ui/views/animation/ink_drop_animation_controller_impl_unittest.cc ('k') | ui/views/animation/ink_drop_hover.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698