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

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: androids 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..aab8d487ee99546a803d04201b3cfd5012c4bb3d 100644
--- a/components/mus/surfaces/display_compositor.h
+++ b/components/mus/surfaces/display_compositor.h
@@ -16,6 +16,7 @@
namespace cc {
class Display;
+class SyntheticBeginFrameSource;
}
namespace mus {
@@ -71,7 +72,10 @@ class DisplayCompositor : public cc::SurfaceFactoryClient,
cc::SurfaceId surface_id_;
gfx::Size display_size_;
+
+ std::unique_ptr<cc::SyntheticBeginFrameSource> synthetic_begin_frame_source_;
std::unique_ptr<cc::Display> display_;
+
DISALLOW_COPY_AND_ASSIGN(DisplayCompositor);
};

Powered by Google App Engine
This is Rietveld 408576698