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

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

Issue 2268563003: Replaced CursorLoader in PlatformDisplay with a ImageCursor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add display::Display PlatformDisplayDelegate::GetDisplay() 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: services/ui/ws/display.cc
diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
index f93023e760f6d12297b55f36060382a8811c90e2..8396d75fa74db17e6d5e96bd73f42459fe4f75cc 100644
--- a/services/ui/ws/display.cc
+++ b/services/ui/ws/display.cc
@@ -277,6 +277,10 @@ void Display::CreateWindowManagerDisplayRootFromFactory(
display_root->root());
}
+display::Display Display::GetDisplay() {
+ return ToDisplay();
+}
+
ServerWindow* Display::GetRootWindow() {
return root_.get();
}

Powered by Google App Engine
This is Rietveld 408576698