summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chromecast/graphics/cast_screen.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromecast/graphics/cast_screen.cc b/chromecast/graphics/cast_screen.cc
index 7cfe769..507e234 100644
--- a/chromecast/graphics/cast_screen.cc
+++ b/chromecast/graphics/cast_screen.cc
@@ -47,7 +47,6 @@ gfx::NativeWindow CastScreen::GetWindowUnderCursor() {
}
gfx::NativeWindow CastScreen::GetWindowAtScreenPoint(const gfx::Point& point) {
- NOTIMPLEMENTED();
return gfx::NativeWindow(nullptr);
}