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

Unified Diff: ui/views/animation/ink_drop_host_view.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_view.h
diff --git a/ui/views/animation/ink_drop_host_view.h b/ui/views/animation/ink_drop_host_view.h
index 9570fb8060855ebb6cdef47fd8629d1a2a43b8bb..ef2958e49b832a9f10ee73c2546a4c8f3fda9e3e 100644
--- a/ui/views/animation/ink_drop_host_view.h
+++ b/ui/views/animation/ink_drop_host_view.h
@@ -16,7 +16,7 @@
namespace views {
class InkDropRipple;
-class InkDropHover;
+class InkDropHighlight;
// A view that provides InkDropHost functionality.
class VIEWS_EXPORT InkDropHostView : public View, public InkDropHost {
@@ -25,7 +25,7 @@ class VIEWS_EXPORT InkDropHostView : public View, public InkDropHost {
void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
std::unique_ptr<InkDropRipple> CreateInkDropRipple() const override;
- std::unique_ptr<InkDropHover> CreateInkDropHover() const override;
+ std::unique_ptr<InkDropHighlight> CreateInkDropHighlight() const override;
void set_ink_drop_size(const gfx::Size& size) { ink_drop_size_ = size; }

Powered by Google App Engine
This is Rietveld 408576698