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

Unified Diff: blimp/engine/session/blimp_engine_session.h

Issue 1842593002: [Blimp Engine] Adds a WindowTreeClient so that popup will have non-null paren… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « blimp/engine/app/ui/blimp_window_tree_client.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/session/blimp_engine_session.h
diff --git a/blimp/engine/session/blimp_engine_session.h b/blimp/engine/session/blimp_engine_session.h
index 1b311abe8fde1e2dbb9493f2ad69eb33693b1d7e..0e4aa654b5c2f0517edb717e126c6d78f36dda23 100644
--- a/blimp/engine/session/blimp_engine_session.h
+++ b/blimp/engine/session/blimp_engine_session.h
@@ -182,6 +182,9 @@ class BlimpEngineSession
// Used to manage input capture.
scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
+ // Used to attach null-parented windows (e.g. popups) to the root window.
+ scoped_ptr<aura::client::WindowTreeClient> window_tree_client_;
+
// Only one web_contents is supported for blimp 0.5
scoped_ptr<content::WebContents> web_contents_;
« no previous file with comments | « blimp/engine/app/ui/blimp_window_tree_client.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698