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

Unified Diff: ui/views/widget/desktop_root_window_host_win.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_root_window_host_linux.cc ('k') | ui/views/widget/desktop_root_window_host_win.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_win.h
===================================================================
--- ui/views/widget/desktop_root_window_host_win.h (revision 165738)
+++ ui/views/widget/desktop_root_window_host_win.h (working copy)
@@ -16,6 +16,7 @@
class DesktopDispatcherClient;
class FocusManager;
namespace client {
+class DefaultCaptureClient;
class ScreenPositionClient;
}
namespace shared {
@@ -25,7 +26,6 @@
}
namespace views {
-class DesktopCaptureClient;
class HWNDMessageHandler;
class VIEWS_EXPORT DesktopRootWindowHostWin
@@ -208,7 +208,7 @@
aura::RootWindow* root_window_;
scoped_ptr<HWNDMessageHandler> message_handler_;
- scoped_ptr<DesktopCaptureClient> capture_client_;
+ scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
scoped_ptr<aura::DesktopDispatcherClient> dispatcher_client_;
scoped_ptr<aura::FocusManager> focus_manager_;
// Depends on focus_manager_.
« no previous file with comments | « ui/views/widget/desktop_root_window_host_linux.cc ('k') | ui/views/widget/desktop_root_window_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698