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

Unified Diff: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h

Issue 22404006: Make DesktopDragDropClientAuraX11 not depend on DesktopRootWindowHostX11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
index b473a98db0376fcf6f3c8d044134717b68ef25f4..2dee7305f2f01efbd68bf1d1e59e6184675e5e44 100644
--- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
+++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
@@ -45,7 +45,6 @@ class SelectionFormatMap;
namespace views {
class DesktopNativeCursorManager;
-class DesktopRootWindowHostX11;
// Implements drag and drop on X11 for aura. On one side, this class takes raw
// X11 events forwarded from DesktopRootWindowHostLinux, while on the other, it
@@ -56,7 +55,6 @@ class VIEWS_EXPORT DesktopDragDropClientAuraX11
public X11WholeScreenMoveLoopDelegate {
public:
DesktopDragDropClientAuraX11(
- views::DesktopRootWindowHostX11* root_window_host,
aura::RootWindow* root_window,
views::DesktopNativeCursorManager* cursor_manager,
Display* xdisplay,
@@ -156,7 +154,6 @@ class VIEWS_EXPORT DesktopDragDropClientAuraX11
// X11WholeScreenMoveLoopDelegate interface.
X11WholeScreenMoveLoop move_loop_;
- views::DesktopRootWindowHostX11* root_window_host_;
aura::RootWindow* root_window_;
Display* xdisplay_;
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698