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_host.h

Issue 2034963002: Rename InkDropHover to InkDropHighlight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp file Created 4 years, 6 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 | « ui/views/animation/ink_drop_highlight_unittest.cc ('k') | ui/views/animation/ink_drop_host_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d6b39bf2344efd6e27223ad15265f2704ab49554 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
@@ -41,8 +41,8 @@ class VIEWS_EXPORT InkDropHost {
// Creates and returns the effect used for press.
virtual std::unique_ptr<InkDropRipple> CreateInkDropRipple() const = 0;
- // Creates and returns the effect used for hover.
- virtual std::unique_ptr<InkDropHover> CreateInkDropHover() const = 0;
+ // Creates and returns the effect used for hover and focus.
+ virtual std::unique_ptr<InkDropHighlight> CreateInkDropHighlight() const = 0;
private:
DISALLOW_COPY_AND_ASSIGN(InkDropHost);
« no previous file with comments | « ui/views/animation/ink_drop_highlight_unittest.cc ('k') | ui/views/animation/ink_drop_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698