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

Unified Diff: content/shell/shell_stacking_client_ash.h

Issue 11614037: Call ShowRootWindow on NativeWindow's RootWindow to display the window. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Create RootWindowFirst Created 7 years, 11 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: content/shell/shell_stacking_client_ash.h
diff --git a/content/shell/shell_stacking_client_ash.h b/content/shell/shell_stacking_client_ash.h
index de169c4932a881199b8bd2d6d85318204cf590b2..817a2e3b2465ebca99394d1a7c6afdf11a789202 100644
--- a/content/shell/shell_stacking_client_ash.h
+++ b/content/shell/shell_stacking_client_ash.h
@@ -39,7 +39,7 @@ namespace content {
// the ash parts of the code.
class ShellStackingClientAsh : public aura::client::StackingClient {
public:
- ShellStackingClientAsh();
+ ShellStackingClientAsh(aura::RootWindow* root_window);
sky 2013/01/15 21:53:49 explicit. Since this takes ownership it should tak
Nayan 2013/01/15 23:39:03 Done.
virtual ~ShellStackingClientAsh();
// Overridden from client::StackingClient:

Powered by Google App Engine
This is Rietveld 408576698