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

Unified Diff: ui/ozone/common/native_display_delegate_ozone.cc

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Rebase and expand. 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
Index: ui/ozone/common/native_display_delegate_ozone.cc
diff --git a/ui/ozone/common/native_display_delegate_ozone.cc b/ui/ozone/common/native_display_delegate_ozone.cc
index a9183d76f2b90d1e62497fbe5dfdd6f1da59bea3..fc9255dffd1b3374cf52ec0fefa91f68f2cb4d49 100644
--- a/ui/ozone/common/native_display_delegate_ozone.cc
+++ b/ui/ozone/common/native_display_delegate_ozone.cc
@@ -129,4 +129,9 @@ void NativeDisplayDelegateOzone::RemoveObserver(
NOTIMPLEMENTED();
}
+display::VirtualDisplayController*
+NativeDisplayDelegateOzone::GetVirtualDisplayController() {
+ return nullptr;
+}
+
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698