| Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| index e487e47fbea7c3fcf16eeca30dbf9b132c1f9c7b..1bda6dcb8cba47edd7e3f24f3d4f82a37416faa3 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| @@ -841,6 +841,10 @@ void DesktopRootWindowHostLinux::OnDeviceScaleFactorChanged(
|
| void DesktopRootWindowHostLinux::PrepareForShutdown() {
|
| }
|
|
|
| +void DesktopRootWindowHostLinux::SetIntProperty(const std::string& name,
|
| + int value) {
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopRootWindowHostLinux, MessageLoop::Dispatcher implementation:
|
|
|
|
|