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 0830a41294ac3ab39632a5bb1b0311437ca90baa..f50fac789d76e84a61ef31f4702a9dfe06ae2b54 100644 |
--- a/ui/views/animation/ink_drop_host.h |
+++ b/ui/views/animation/ink_drop_host.h |
@@ -27,7 +27,7 @@ class VIEWS_EXPORT InkDropHost { |
InkDropHost() {} |
virtual ~InkDropHost() {} |
- // Add the |ink_drop_layer| in to a visible layer tree. |
+ // Adds the |ink_drop_layer| in to a visible layer tree. |
virtual void AddInkDropLayer(ui::Layer* ink_drop_layer) = 0; |
// Removes |ink_drop_layer| from the layer tree. |