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

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

Issue 10560014: Aura desktop: Fix tab dragging within a single chrome window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix filename so windows is excluded. Created 8 years, 6 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 | « ui/base/x/x11_util.cc ('k') | ui/views/widget/desktop_native_widget_helper_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6f89bfc8d63be123686f5178f9de44ff163126d1..688322cce3501e5856194915f3b753fc9dbef494 100644
--- a/ui/views/widget/desktop_native_widget_helper_aura.h
+++ b/ui/views/widget/desktop_native_widget_helper_aura.h
@@ -46,6 +46,11 @@ class VIEWS_EXPORT DesktopNativeWidgetHelperAura
explicit DesktopNativeWidgetHelperAura(NativeWidgetAura* widget);
virtual ~DesktopNativeWidgetHelperAura();
+ // In general, views/ does not care about the aura::RootWindow, even though
+ // at any join point with the native OS, we're going to be dealing in
+ // RootWindows.
+ static aura::Window* GetViewsWindowForRootWindow(aura::RootWindow* root);
+
// Overridden from aura::NativeWidgetHelperAura:
virtual void PreInitialize(aura::Window* window,
const Widget::InitParams& params) OVERRIDE;
« no previous file with comments | « ui/base/x/x11_util.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