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

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 9d6225ca6bfc0083f1f797a5918501b765ed2674..ac918621264fe4f0bb856a121a5eabd2dd5a37a7 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -402,8 +402,8 @@
'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_capture_window.cc',
+ 'widget/desktop_aura/x11_capture_window.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