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

Unified Diff: services/ui/demo/window_tree_data.h

Issue 2755673003: Allow parallel creation of windows
Patch Set: fix comment Created 3 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
Index: services/ui/demo/window_tree_data.h
diff --git a/services/ui/demo/window_tree_data.h b/services/ui/demo/window_tree_data.h
index a31d9b485a5ed3aa2c93f201e76fad2a69de100a..cb7d0ed8164690f86e5def178f1205a09c2f0ee2 100644
--- a/services/ui/demo/window_tree_data.h
+++ b/services/ui/demo/window_tree_data.h
@@ -25,8 +25,8 @@ class WindowTreeData {
explicit WindowTreeData(int square_size);
~WindowTreeData();
- // Initializes the window tree host and start drawing frames.
- void Init(std::unique_ptr<aura::WindowTreeHostMus> window_tree_host);
+ // Initializes a window for bitmap and starts drawing frames.
+ void Init();
bool IsInitialized() const { return window_delegate_; }
fwang 2017/03/16 10:54:55 Now that we remove haspendingdata, I wonder if thi
msisov(use msisov igalia.com) 2017/03/16 11:06:33 Done.
const aura::WindowTreeHostMus* WindowTreeHost() const {

Powered by Google App Engine
This is Rietveld 408576698