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

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

Issue 10692170: Aura desktop: Show resize cursors again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 8 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/widget/desktop_native_widget_helper_aura.h
diff --git a/ui/views/widget/desktop_native_widget_helper_aura.h b/ui/views/widget/desktop_native_widget_helper_aura.h
index e8ef1057d52c83ee31b3f5026994886c0983db33..90d41cb31ac33dce7bf818a7ed11d784a2ad0c8e 100644
--- a/ui/views/widget/desktop_native_widget_helper_aura.h
+++ b/ui/views/widget/desktop_native_widget_helper_aura.h
@@ -13,6 +13,7 @@
namespace aura {
class RootWindow;
+class DesktopCursorClient;
namespace client {
class ScreenPositionClient;
}
@@ -89,6 +90,9 @@ class VIEWS_EXPORT DesktopNativeWidgetHelperAura
// do, we're responsible for the lifetime.
scoped_ptr<aura::client::ScreenPositionClient> position_client_;
+ // A simple cursor client which just forwards events to the RootWindow.
+ scoped_ptr<aura::DesktopCursorClient> cursor_client_;
+
#if defined(OS_WIN)
scoped_ptr<ui::HWNDMessageFilter> hwnd_message_filter_;
#elif defined(USE_X11)
« no previous file with comments | « ui/aura/shared/compound_event_filter_unittest.cc ('k') | ui/views/widget/desktop_native_widget_helper_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698