| Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| index 3931271a5f71f56d307550ca6d42a09da2040711..1d73eb435396f64e2051809aae0e2f02fc703dfc 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| @@ -166,6 +166,8 @@ class VIEWS_EXPORT DesktopRootWindowHostLinux
|
| virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| virtual void PrepareForShutdown() OVERRIDE;
|
| + virtual void SetHostWindowProperty(const std::string& name,
|
| + int value) OVERRIDE;
|
|
|
| // Overridden from Dispatcher:
|
| virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
|
|
|