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

Unified Diff: ui/display/mojo/native_display_delegate.mojom

Issue 2901413004: chromeos: Fix handling of null in NativeDisplayDelegate (Closed)
Patch Set: Created 3 years, 7 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 | « ui/display/manager/forwarding_display_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/mojo/native_display_delegate.mojom
diff --git a/ui/display/mojo/native_display_delegate.mojom b/ui/display/mojo/native_display_delegate.mojom
index 0c7cb989eb50626ee50820e45dc7fa1fb6d79dee..9ba1f0288885188562f4508f362797815f7ce566 100644
--- a/ui/display/mojo/native_display_delegate.mojom
+++ b/ui/display/mojo/native_display_delegate.mojom
@@ -36,7 +36,7 @@ interface NativeDisplayDelegate {
// positions the display to |origin| in the framebuffer. |mode| can be null,
// which represents disabling the display.
Configure(int64 display_id,
- DisplayMode mode,
+ DisplayMode? mode,
gfx.mojom.Point origin) => (bool status);
// Gets HDCP state of output.
« no previous file with comments | « ui/display/manager/forwarding_display_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698