Index: ui/aura/window_tree_host.h |
diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h |
index aaf0d3b265c9973518ba7b3e9791f46d214a6290..b08391ffcf6ac3d44bdd5085c7c44b2e5699655c 100644 |
--- a/ui/aura/window_tree_host.h |
+++ b/ui/aura/window_tree_host.h |
@@ -139,9 +139,6 @@ class AURA_EXPORT WindowTreeHost { |
// Releases OS capture of the root window. |
virtual void ReleaseCapture() = 0; |
- // Posts |native_event| to the platform's event queue. |
- virtual void PostNativeEvent(const base::NativeEvent& native_event) = 0; |
- |
protected: |
friend class TestScreen; // TODO(beng): see if we can remove/consolidate. |