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 8e91c4d45915010cafa0b9fb1bbf3a53b2eec9ac..69cbad1733ec36393152f750a2669f405ea19371 100644 |
--- a/ui/aura/root_window_host_linux.h |
+++ b/ui/aura/root_window_host_linux.h |
@@ -56,6 +56,7 @@ class RootWindowHostLinux : public RootWindowHost, |
std::vector<unsigned char>* png_representation) OVERRIDE; |
virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE; |
virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE; |
+ virtual void StopListeningEvents() OVERRIDE; |
// Returns true if there's an X window manager present... in most cases. Some |
// window managers (notably, ion3) don't implement enough of ICCCM for us to |