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

Unified Diff: ui/compositor/test/in_process_context_factory.h

Issue 2286273003: Make cc::Display not own its BeginFrameSource (Closed)
Patch Set: Created 4 years, 4 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: ui/compositor/test/in_process_context_factory.h
diff --git a/ui/compositor/test/in_process_context_factory.h b/ui/compositor/test/in_process_context_factory.h
index a6b53eb571df765380a21c6bcfa785060c27afe5..d87a4564fdd40f716a74afba52d742b76352b80e 100644
--- a/ui/compositor/test/in_process_context_factory.h
+++ b/ui/compositor/test/in_process_context_factory.h
@@ -89,7 +89,8 @@ class InProcessContextFactory : public ContextFactory {
cc::SurfaceManager* surface_manager_;
base::ObserverList<ContextFactoryObserver> observer_list_;
- base::hash_map<Compositor*, std::unique_ptr<cc::Display>>
+ struct PerCompositorData;
+ base::hash_map<Compositor*, std::unique_ptr<PerCompositorData>>
per_compositor_data_;
DISALLOW_COPY_AND_ASSIGN(InProcessContextFactory);

Powered by Google App Engine
This is Rietveld 408576698