Index: remoting/host/event_executor_linux.cc |
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc |
index 1e82fc9e1d3e659eb0572abb63cf890e25bf6658..200e4e4f19257fe2d016b7205785d762928d2fc0 100644 |
--- a/remoting/host/event_executor_linux.cc |
+++ b/remoting/host/event_executor_linux.cc |
@@ -354,7 +354,7 @@ EventExecutorLinux::EventExecutorLinux( |
MessageLoopForUI* message_loop, Capturer* capturer) |
: message_loop_(message_loop), |
capturer_(capturer), |
- pimpl_(new EventExecutorLinuxPimpl(this, message_loop->get_display())) { |
+ pimpl_(new EventExecutorLinuxPimpl(this, message_loop->GetDisplay())) { |
CHECK(pimpl_->Init()); |
} |