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

Unified Diff: components/mus/surfaces/display_compositor.h

Issue 2029323004: Get rid of virtual Display::CreateScheduler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onscreendisplayclient
Patch Set: displaytest: ownership-all-the-things Created 4 years, 7 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: components/mus/surfaces/display_compositor.h
diff --git a/components/mus/surfaces/display_compositor.h b/components/mus/surfaces/display_compositor.h
index efbf99236fff5bcd1f7fd297cbfd94474d1996ca..04d98eb0ae409bf21e5340a0aabd3b27aa05dcd2 100644
--- a/components/mus/surfaces/display_compositor.h
+++ b/components/mus/surfaces/display_compositor.h
@@ -71,7 +71,9 @@ class DisplayCompositor : public cc::SurfaceFactoryClient,
cc::SurfaceId surface_id_;
gfx::Size display_size_;
+
std::unique_ptr<cc::Display> display_;
+
DISALLOW_COPY_AND_ASSIGN(DisplayCompositor);
};

Powered by Google App Engine
This is Rietveld 408576698