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

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

Issue 1963193002: Ink Drop cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tdanderson@ nit from patch set 1. 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 88f07b1829c3fb34b6fc062df7c635fb78f74f55..aa13504e49a4b26993c41fbc9e46423e0f71c33a 100644
--- a/ui/views/animation/ink_drop_host.h
+++ b/ui/views/animation/ink_drop_host.h
@@ -20,9 +20,9 @@ namespace views {
class InkDropRipple;
class InkDropHover;
-// Used by the InkDropAnimationController 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 be added to a View's ancestor layer.
+// 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
+// be added to a View's ancestor layer.
//
// Note: Some Views do not own a Layer, but you can use
// View::SetLayer(new ui::Layer(ui::LAYER_NOT_DRAWN)) to force the View to have
« no previous file with comments | « ui/views/animation/ink_drop_factory_unittest.cc ('k') | ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698