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

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

Issue 1937353002: Rename of InkDropAnimationController classes to InkDrop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed tdanderson@ comments from patch set 2. 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
« no previous file with comments | « chrome/browser/ui/views/toolbar/back_button.cc ('k') | ui/views/animation/button_ink_drop_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/button_ink_drop_delegate.h
diff --git a/ui/views/animation/button_ink_drop_delegate.h b/ui/views/animation/button_ink_drop_delegate.h
index 336d1d349a50da045d186bc0ad54bbf293cd94e8..31c123cdd90a33bf92243573d1d9260a979e5df6 100644
--- a/ui/views/animation/button_ink_drop_delegate.h
+++ b/ui/views/animation/button_ink_drop_delegate.h
@@ -19,7 +19,7 @@ class ScopedTargetHandler;
namespace views {
-class InkDropAnimationController;
+class InkDrop;
class InkDropHost;
class View;
@@ -58,7 +58,7 @@ class VIEWS_EXPORT ButtonInkDropDelegate : public InkDropDelegate,
gfx::Point last_ink_drop_location_;
// Animation controller for the ink drop ripple effect.
- std::unique_ptr<InkDropAnimationController> ink_drop_animation_controller_;
+ std::unique_ptr<InkDrop> ink_drop_;
DISALLOW_COPY_AND_ASSIGN(ButtonInkDropDelegate);
};
« no previous file with comments | « chrome/browser/ui/views/toolbar/back_button.cc ('k') | ui/views/animation/button_ink_drop_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698