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

Unified Diff: services/ui/ws/test_utils.cc

Issue 2349973010: mus drag and drop: return the completed effect to the caller. (Closed)
Patch Set: 80 chars Created 4 years, 3 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: services/ui/ws/test_utils.cc
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
index e60c7c1595343402944ab6ff1826511f5e82dae7..04fe6d6472a5893630bfee55187f89838f25a9b9 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -381,6 +381,9 @@ void TestWindowTreeClient::OnCompleteDrop(
uint32_t effect_bitmask,
const OnCompleteDropCallback& callback) {}
+void TestWindowTreeClient::OnDragCompletedReturnValue(uint32_t window,
+ uint32_t action_taken) {}
+
void TestWindowTreeClient::OnDragDropDone() {}
void TestWindowTreeClient::OnChangeCompleted(uint32_t change_id, bool success) {

Powered by Google App Engine
This is Rietveld 408576698