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

Unified Diff: ui/views/views.gyp

Issue 260263002: Merge three implementations for getting the topmost x11 window at a point (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 4687077db0da6e32e6ba438aa07f50f638ebdca3..5e51ee50f30d92901956e0efda932df3e9cd6d0e 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -354,6 +354,8 @@
'widget/desktop_aura/x11_desktop_window_move_client.h',
'widget/desktop_aura/x11_scoped_capture.cc',
'widget/desktop_aura/x11_scoped_capture.h',
+ 'widget/desktop_aura/x11_topmost_window_finder.cc',
+ 'widget/desktop_aura/x11_topmost_window_finder.h',
'widget/desktop_aura/x11_whole_screen_move_loop.cc',
'widget/desktop_aura/x11_whole_screen_move_loop.h',
'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h',

Powered by Google App Engine
This is Rietveld 408576698