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

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

Issue 2289403002: Making SetInkDropMode public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing unit test v2.0 Created 4 years, 4 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 fa873aad9ab1a250cd5fe44d5d67ebe6973385e3..9eecdca6e5e10f06ee208230179d1e4ba54cd63b 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
@@ -24,8 +24,6 @@ class InkDropHostViewTestApi {
explicit InkDropHostViewTestApi(InkDropHostView* host_view);
~InkDropHostViewTestApi();
- void SetInkDropMode(InkDropMode ink_dorp_mode);
-
void SetInkDrop(std::unique_ptr<InkDrop> ink_drop,
bool handles_gesture_events);
void SetInkDrop(std::unique_ptr<InkDrop> ink_drop);
« no previous file with comments | « ui/views/animation/ink_drop_host_view_unittest.cc ('k') | ui/views/animation/test/ink_drop_host_view_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698