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

Unified Diff: ui/views/views.gyp

Issue 380943003: Do not release capture when transferring capture between Chrome windows on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 ec62823c67c36a025a3d6e566cfd0fdab0d09c0a..2b957cb3ea9b415b4b0d0c07b235fcd260f7c05e 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -413,12 +413,12 @@
'widget/desktop_aura/desktop_window_tree_host_x11.h',
'widget/desktop_aura/desktop_screen_x11.cc',
'widget/desktop_aura/desktop_screen_x11.h',
+ 'widget/desktop_aura/x11_capture_window.cc',
+ 'widget/desktop_aura/x11_capture_window.h',
'widget/desktop_aura/x11_desktop_handler.cc',
'widget/desktop_aura/x11_desktop_handler.h',
'widget/desktop_aura/x11_desktop_window_move_client.cc',
'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',

Powered by Google App Engine
This is Rietveld 408576698