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

Unified Diff: ui/aura/root_window.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 | « chrome/chrome_browser.gypi ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index bf1918c6e1461dbab3cacf42a4c99586d1c4519d..fd01365f192ce59ee569655cbf92c34017c5f30c 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -84,6 +84,8 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
explicit RootWindow(const gfx::Rect& initial_bounds);
virtual ~RootWindow();
+ static RootWindow* GetForAcceleratedWidget(gfx::AcceleratedWidget widget);
+
static void set_hide_host_cursor(bool hide) {
hide_host_cursor_ = hide;
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698