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

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

Issue 2764963003: aura-mus: add a drag representation image. (Closed)
Patch Set: Patch cleanup. Created 3 years, 9 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/drag_controller_unittest.cc
diff --git a/services/ui/ws/drag_controller_unittest.cc b/services/ui/ws/drag_controller_unittest.cc
index 9e4655ac77c794ec34d0dca7d61a6335451b6b2b..6551429ca7c4a190241376951012c803ae3c8a78 100644
--- a/services/ui/ws/drag_controller_unittest.cc
+++ b/services/ui/ws/drag_controller_unittest.cc
@@ -236,6 +236,8 @@ class DragControllerTest : public testing::Test,
}
// Overridden from DragControllerSource:
+ void OnDragContinued(const gfx::Point& location) override {}
+
void OnDragCompleted(bool success, uint32_t action_taken) override {
drag_completed_action_ = action_taken;
drag_completed_value_ = success;

Powered by Google App Engine
This is Rietveld 408576698