Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
index ea8d4170d8c798e08ec0410219c2007a5a3147df..839c4eb6c210142292409217e9e0c762d08ec74e 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
@@ -120,6 +120,7 @@ class VIEWS_EXPORT DesktopRootWindowHostWin |
virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE; |
virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE; |
virtual void PrepareForShutdown() OVERRIDE; |
+ virtual void SetIntProperty(const std::string& name, int value) OVERRIDE; |
// Overridden from HWNDMessageHandlerDelegate: |
virtual bool IsWidgetWindow() const OVERRIDE; |