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

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

Issue 2034963002: Rename InkDropHover to InkDropHighlight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: relative patchset 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: ui/views/animation/ink_drop_host.h
diff --git a/ui/views/animation/ink_drop_host.h b/ui/views/animation/ink_drop_host.h
index aa13504e49a4b26993c41fbc9e46423e0f71c33a..62f92cd5c7385f8c7f150b7236a883b4ce3c01fc 100644
--- a/ui/views/animation/ink_drop_host.h
+++ b/ui/views/animation/ink_drop_host.h
@@ -18,7 +18,7 @@ class Layer;
namespace views {
class InkDropRipple;
-class InkDropHover;
+class InkDropHighlight;
// Used by the InkDrop to add and remove the ink drop layers from a host's layer
// tree. Typically the ink drop layer is added to a View's layer but it can also
@@ -42,7 +42,7 @@ class VIEWS_EXPORT InkDropHost {
virtual std::unique_ptr<InkDropRipple> CreateInkDropRipple() const = 0;
// Creates and returns the effect used for hover.
bruthig 2016/06/03 02:50:46 Replace 'hover' with 'highlight' or 'hover/focus'.
Evan Stade 2016/06/03 03:01:41 Done.
- virtual std::unique_ptr<InkDropHover> CreateInkDropHover() const = 0;
+ virtual std::unique_ptr<InkDropHighlight> CreateInkDropHighlight() const = 0;
private:
DISALLOW_COPY_AND_ASSIGN(InkDropHost);

Powered by Google App Engine
This is Rietveld 408576698