From 5a673da8ac59a2c056222d7fcf5fbeafe68d55f9 Mon Sep 17 00:00:00 2001 From: halliwell Date: Mon, 29 Feb 2016 17:03:32 -0800 Subject: [Chromecast] Clean up some logging in CastScreen GetWindowAtScreenPoint recently started getting called: https://codereview.chromium.org/1433153002 It's fine for us to return nullptr, but the 'Not implemented' error is just log spam. BUG= Review URL: https://codereview.chromium.org/1744323002 Cr-Commit-Position: refs/heads/master@{#378351} --- chromecast/graphics/cast_screen.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chromecast') 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); } -- cgit v1.1