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

Unified Diff: ui/views/widget/desktop_root_window_host_linux.h

Issue 11368010: Move aura shared and desktop classes to the views target. Note that the files don't actually move, … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | « ui/views/widget/desktop_capture_client.cc ('k') | ui/views/widget/desktop_root_window_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_root_window_host_linux.h
===================================================================
--- ui/views/widget/desktop_root_window_host_linux.h (revision 165738)
+++ ui/views/widget/desktop_root_window_host_linux.h (working copy)
@@ -27,6 +27,7 @@
class DesktopDispatcherClient;
class FocusManager;
namespace client {
+class DefaultCaptureClient;
class ScreenPositionClient;
}
namespace shared {
@@ -36,7 +37,6 @@
}
namespace views {
-class DesktopCaptureClient;
class X11DesktopWindowMoveClient;
class X11WindowEventFilter;
@@ -201,7 +201,7 @@
aura::RootWindow* root_window_;
// aura:: objects that we own.
- scoped_ptr<DesktopCaptureClient> capture_client_;
+ scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
scoped_ptr<aura::DesktopActivationClient> activation_client_;
scoped_ptr<aura::DesktopCursorClient> cursor_client_;
scoped_ptr<aura::DesktopDispatcherClient> dispatcher_client_;
« no previous file with comments | « ui/views/widget/desktop_capture_client.cc ('k') | ui/views/widget/desktop_root_window_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698