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

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

Issue 2310133002: Add mojom::DisplayController. (Closed)
Patch Set: Add missing dep. Created 4 years, 3 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 | « services/ui/public/interfaces/display/display_controller.mojom ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display_manager.h
diff --git a/services/ui/ws/display_manager.h b/services/ui/ws/display_manager.h
index 17ca01d6979687ac5b64237b6d3f8102a040ef2b..324ddfc02f4607d9cadf97ddfc93ba0f4b0d98b1 100644
--- a/services/ui/ws/display_manager.h
+++ b/services/ui/ws/display_manager.h
@@ -82,9 +82,7 @@ class DisplayManager : public UserIdTrackerObserver,
const UserId& active_id) override;
// display::PlatformScreenDelegate:
- void OnDisplayAdded(display::PlatformScreen* platform_screen_,
- int64_t id,
- const gfx::Rect& bounds) override;
+ void OnDisplayAdded(int64_t id, const gfx::Rect& bounds) override;
void OnDisplayRemoved(int64_t id) override;
void OnDisplayModified(int64_t id, const gfx::Rect& bounds) override;
« no previous file with comments | « services/ui/public/interfaces/display/display_controller.mojom ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698