Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: chrome/browser/platform_util_aura.cc

Issue 2688413007: Add display::GetDisplayNearestView (Closed)
Patch Set: add missing files Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/platform_util_aura.cc
diff --git a/chrome/browser/platform_util_aura.cc b/chrome/browser/platform_util_aura.cc
index 16c3e2b80eca333a35b59413640e92106e472ffc..835704845c141af7659900df9d8dd1a7b772c24b 100644
--- a/chrome/browser/platform_util_aura.cc
+++ b/chrome/browser/platform_util_aura.cc
@@ -10,10 +10,6 @@
namespace platform_util {
-gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
- return view->GetToplevelWindow();
-}
-
gfx::NativeView GetViewForWindow(gfx::NativeWindow window) {
DCHECK(window);
return window;

Powered by Google App Engine
This is Rietveld 408576698