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

Side by Side Diff: ui/gfx/view_util_mac.mm

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 unified diff | Download patch
« ui/gfx/view_util_aura.cc ('K') | « ui/gfx/view_util_aura.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "ui/gfx//platform_util.h"
tapted 2017/02/15 00:36:10 there's lots wrong here - please run trybots
Jinsuk Kim 2017/02/16 10:11:25 Testing now...
6
7 namespace gfx {
8
9 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
10 return [view window];
11 }
12
13 } // namespace gfx
OLDNEW
« ui/gfx/view_util_aura.cc ('K') | « ui/gfx/view_util_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698