Index: ui/aura/root_window_host.h |
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h |
index f1b52041707a42f41b47c236504a570593855fea..0528ae179a118abc2f76f9c4ac486d52dcc1990b 100644 |
--- a/ui/aura/root_window_host.h |
+++ b/ui/aura/root_window_host.h |
@@ -98,9 +98,7 @@ class AURA_EXPORT RootWindowHost { |
virtual void SetFocusWhenShown(bool focus_when_shown) = 0; |
// Posts |native_event| to the platform's event queue. |
-#if !defined(OS_MACOSX) |
virtual void PostNativeEvent(const base::NativeEvent& native_event) = 0; |
-#endif |
// Called when the device scale factor of the root window has chagned. |
virtual void OnDeviceScaleFactorChanged(float device_scale_factor) = 0; |