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

Unified Diff: services/ui/ws/platform_display_delegate.h

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/platform_display_default.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display_delegate.h
diff --git a/services/ui/ws/platform_display_delegate.h b/services/ui/ws/platform_display_delegate.h
index 98b944e222eefb8bd93e0f88c30b2fe0807d3cc2..0358573ffcfa7cdbb2dda4cc0ad503fdb0ce0eec 100644
--- a/services/ui/ws/platform_display_delegate.h
+++ b/services/ui/ws/platform_display_delegate.h
@@ -5,6 +5,10 @@
#ifndef SERVICES_UI_WS_PLATFORM_DISPLAY_DELEGATE_H_
#define SERVICES_UI_WS_PLATFORM_DISPLAY_DELEGATE_H_
+namespace display {
+class Display;
+}
+
namespace ui {
class Event;
@@ -18,6 +22,9 @@ class ServerWindow;
/// and responses to changes in viewport size.
class PlatformDisplayDelegate {
public:
+ // Returns a display::Display for this display.
+ virtual display::Display GetDisplay() = 0;
+
// Returns the root window of this display.
virtual ServerWindow* GetRootWindow() = 0;
« no previous file with comments | « services/ui/ws/platform_display_default.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698