Chromium Code Reviews| 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..e6b5309627c35c475a901fa8bbbebfeab891f0f6 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::SetHostWindowProperty(const std::string& name, |
| + int value) { |
|
Daniel Erat
2013/01/30 21:04:27
nit: NOTIMPLEMENTED()
|
| +} |
| + |
| //////////////////////////////////////////////////////////////////////////////// |
| // DesktopRootWindowHostLinux, MessageLoop::Dispatcher implementation: |