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

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: Rebase Created 4 years 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 | « services/ui/ws/display.h ('k') | services/ui/ws/platform_display_default.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.cc
diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
index fa573f604d0e037bce222dc8153b58ed1aa21a32..e8cb98cf9d6d9958c3c41fd57445a5f9918ceb2a 100644
--- a/services/ui/ws/display.cc
+++ b/services/ui/ws/display.cc
@@ -262,6 +262,10 @@ void Display::CreateRootWindow(const gfx::Size& size) {
focus_controller_->AddObserver(this);
}
+display::Display Display::GetDisplay() {
+ return ToDisplay();
+}
+
ServerWindow* Display::GetRootWindow() {
return root_.get();
}
« no previous file with comments | « services/ui/ws/display.h ('k') | services/ui/ws/platform_display_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698