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

Unified Diff: ui/views/animation/test/ink_drop_host_view_test_api.h

Issue 2070143003: Add MD ink drop ripple to app list button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@b612539_shelf_button_ripple
Patch Set: Addressed review comments 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
Index: ui/views/animation/test/ink_drop_host_view_test_api.h
diff --git a/ui/views/animation/test/ink_drop_host_view_test_api.h b/ui/views/animation/test/ink_drop_host_view_test_api.h
index 2bbb820e84a689dd8f66c2f656354b7d90c9610d..0b4a22800f887a74839e00e7f82ea0230a1e9ad0 100644
--- a/ui/views/animation/test/ink_drop_host_view_test_api.h
+++ b/ui/views/animation/test/ink_drop_host_view_test_api.h
@@ -21,6 +21,8 @@ class InkDropHostViewTestApi {
explicit InkDropHostViewTestApi(InkDropHostView* host_view);
~InkDropHostViewTestApi();
+ void SetInkDrop(std::unique_ptr<InkDrop> ink_drop,
+ bool handles_gesture_events);
void SetInkDrop(std::unique_ptr<InkDrop> ink_drop);
InkDrop* ink_drop() { return host_view_->ink_drop(); }

Powered by Google App Engine
This is Rietveld 408576698