Index: mojo/examples/aura_demo/window_tree_host_mojo.cc |
diff --git a/mojo/examples/aura_demo/window_tree_host_mojo.cc b/mojo/examples/aura_demo/window_tree_host_mojo.cc |
index 5d935cd259fc9d71c0842bb72696b8148120efd0..c598dce7748183113df35a7ce4b32545e9a98d1f 100644 |
--- a/mojo/examples/aura_demo/window_tree_host_mojo.cc |
+++ b/mojo/examples/aura_demo/window_tree_host_mojo.cc |
@@ -96,11 +96,6 @@ void WindowTreeHostMojo::ReleaseCapture() { |
NOTIMPLEMENTED(); |
} |
-bool WindowTreeHostMojo::QueryMouseLocation(gfx::Point* location_return) { |
- NOTIMPLEMENTED() << "QueryMouseLocation"; |
- return false; |
-} |
- |
void WindowTreeHostMojo::PostNativeEvent( |
const base::NativeEvent& native_event) { |
NOTIMPLEMENTED(); |