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

Unified Diff: ui/display/chromeos/x11/native_display_delegate_x11.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/display/chromeos/x11/native_display_delegate_x11.cc
diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.cc b/ui/display/chromeos/x11/native_display_delegate_x11.cc
index 7e4db1524102fdafd3222526c626ce4fe0583eaf..d20102655cb77334d87bde01e3c8077ccb9a49ce 100644
--- a/ui/display/chromeos/x11/native_display_delegate_x11.cc
+++ b/ui/display/chromeos/x11/native_display_delegate_x11.cc
@@ -282,6 +282,11 @@ void NativeDisplayDelegateX11::RemoveObserver(NativeDisplayObserver* observer) {
observers_.RemoveObserver(observer);
}
+display::VirtualDisplayController*
+NativeDisplayDelegateX11::GetVirtualDisplayController() {
+ return nullptr;
+}
+
void NativeDisplayDelegateX11::InitModes() {
CHECK(screen_) << "Server not grabbed";

Powered by Google App Engine
This is Rietveld 408576698