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

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

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
« no previous file with comments | « ui/views/animation/test/ink_drop_host_view_test_api.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/test/ink_drop_host_view_test_api.cc
diff --git a/ui/views/animation/test/ink_drop_host_view_test_api.cc b/ui/views/animation/test/ink_drop_host_view_test_api.cc
index 2cd524ae2f6d92dff27abfbf6865899bed6c7ea7..54b165c9961fb19f69943fbab088417571cac6cd 100644
--- a/ui/views/animation/test/ink_drop_host_view_test_api.cc
+++ b/ui/views/animation/test/ink_drop_host_view_test_api.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <utility>
+
#include "ui/views/animation/test/ink_drop_host_view_test_api.h"
namespace views {
@@ -12,10 +14,6 @@ InkDropHostViewTestApi::InkDropHostViewTestApi(InkDropHostView* host_view)
InkDropHostViewTestApi::~InkDropHostViewTestApi() {}
-void InkDropHostViewTestApi::SetInkDropMode(InkDropMode ink_dorp_mode) {
- host_view_->SetInkDropMode(ink_dorp_mode);
-}
-
void InkDropHostViewTestApi::SetInkDrop(std::unique_ptr<InkDrop> ink_drop,
bool handles_gesture_events) {
host_view_->SetInkDropMode(handles_gesture_events
« no previous file with comments | « ui/views/animation/test/ink_drop_host_view_test_api.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698