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

Unified Diff: services/ui/demo/mus_demo_internal.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/demo/mus_demo_internal.cc
diff --git a/services/ui/demo/mus_demo_internal.cc b/services/ui/demo/mus_demo_internal.cc
index 8cbabf750eaf4548e951414fee7970841622660a..19a63f0a435fe6665c2907093f6ab01f89db4ae7 100644
--- a/services/ui/demo/mus_demo_internal.cc
+++ b/services/ui/demo/mus_demo_internal.cc
@@ -65,6 +65,15 @@ void MusDemoInternal::OnWmClientJankinessChanged(
// Don't care
}
+void MusDemoInternal::OnWmBuildDragImage(const gfx::Point& cursor_location,
+ const SkBitmap& drag_image,
+ const gfx::Vector2d& drag_image_offset,
+ ui::mojom::DragEventSource source) {}
+
+void MusDemoInternal::OnWmMoveDragImage(const gfx::Point& cursor_location) {}
+
+void MusDemoInternal::OnWmDestroyDragImage() {}
+
void MusDemoInternal::OnWmWillCreateDisplay(const display::Display& display) {
AddPrimaryDisplay(display);
}

Powered by Google App Engine
This is Rietveld 408576698