Index: ui/aura/window_tree_host_mac.mm |
diff --git a/ui/aura/window_tree_host_mac.mm b/ui/aura/window_tree_host_mac.mm |
index 7fb3f82a2eccfaf21e25016c10aab245ff45a461..6a05b6a9a47b45099c255781a0ff7c5250b647e0 100644 |
--- a/ui/aura/window_tree_host_mac.mm |
+++ b/ui/aura/window_tree_host_mac.mm |
@@ -92,10 +92,6 @@ void WindowTreeHostMac::OnCursorVisibilityChangedNative(bool show) { |
NOTIMPLEMENTED(); |
} |
-void WindowTreeHostMac::PostNativeEvent(const base::NativeEvent& event) { |
- NOTIMPLEMENTED(); |
-} |
- |
void WindowTreeHostMac::OnDeviceScaleFactorChanged(float device_scale_factor) { |
NOTIMPLEMENTED(); |
} |