Index: ui/aura/root_window_host_linux.h |
diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h |
index 85fcd3b30d7392158b214e04df5a35b048e7b2fb..abe0b08489dbb0f96e9a23056e1054013e418de1 100644 |
--- a/ui/aura/root_window_host_linux.h |
+++ b/ui/aura/root_window_host_linux.h |
@@ -66,6 +66,8 @@ class RootWindowHostLinux : public RootWindowHost, |
virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE; |
virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE; |
virtual void PrepareForShutdown() OVERRIDE; |
+ virtual void SetHostWindowProperty(const std::string& name, |
+ int value) OVERRIDE; |
private: |
class MouseMoveFilter; |