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

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

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
« no previous file with comments | « no previous file | services/ui/ws/display.cc » ('j') | services/ui/ws/platform_display.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.h
diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
index 3e7898428224ec0e491fc17ca880189830da6a1b..75549a1e6fb777dfa0a4a81075e77106715e067c 100644
--- a/services/ui/ws/display.h
+++ b/services/ui/ws/display.h
@@ -168,6 +168,7 @@ class Display : public PlatformDisplayDelegate,
WindowManagerWindowTreeFactory* factory);
// PlatformDisplayDelegate:
+ display::Display GetDisplay() override;
ServerWindow* GetRootWindow() override;
bool IsInHighContrastMode() override;
void OnEvent(const ui::Event& event) override;
« no previous file with comments | « no previous file | services/ui/ws/display.cc » ('j') | services/ui/ws/platform_display.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698