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

Unified Diff: services/ui/display/platform_screen_delegate.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/display/platform_screen.cc ('k') | services/ui/display/platform_screen_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/platform_screen_delegate.h
diff --git a/services/ui/display/platform_screen_delegate.h b/services/ui/display/platform_screen_delegate.h
index 659551796ebd5a30dfb7e8b544702117dbeaf04e..9c0e144a37778991d893b045047c09a01d381cd5 100644
--- a/services/ui/display/platform_screen_delegate.h
+++ b/services/ui/display/platform_screen_delegate.h
@@ -23,9 +23,7 @@ class PlatformScreenDelegate {
// displays are added or modified.
// Called when a display is added. |bounds| is in DIP.
- virtual void OnDisplayAdded(PlatformScreen* platform_screen,
- int64_t id,
- const gfx::Rect& bounds) = 0;
+ virtual void OnDisplayAdded(int64_t id, const gfx::Rect& bounds) = 0;
// Called when a display is removed.
virtual void OnDisplayRemoved(int64_t id) = 0;
« no previous file with comments | « services/ui/display/platform_screen.cc ('k') | services/ui/display/platform_screen_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698