Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
| index ce7ee036fc104d86d6ebf4cd546cd2fef844a209..f7b1ab8a131a747e92347cbed5bb5df9387d16ac 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
| @@ -439,6 +439,10 @@ void DesktopRootWindowHostWin::OnDeviceScaleFactorChanged( |
| void DesktopRootWindowHostWin::PrepareForShutdown() { |
| } |
| +void DesktopRootWindowHostWin::SetHostWindowProperty(const std::string& name, |
| + int value) { |
|
Daniel Erat
2013/01/30 21:04:27
nit: NOTIMPLEMENTED()
|
| +} |
| + |
| //////////////////////////////////////////////////////////////////////////////// |
| // DesktopRootWindowHostWin, HWNDMessageHandlerDelegate implementation: |