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

Unified Diff: components/surfaces/display_factory_impl.h

Issue 1139673003: Make Mandoline shut down cleanly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « components/native_viewport/platform_viewport_x11.cc ('k') | components/surfaces/display_factory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/surfaces/display_factory_impl.h
diff --git a/components/surfaces/display_factory_impl.h b/components/surfaces/display_factory_impl.h
index b20832498481d13090318850f1ddb41df7810a76..473f7b31674cd152c876711e71a7145fb3893b55 100644
--- a/components/surfaces/display_factory_impl.h
+++ b/components/surfaces/display_factory_impl.h
@@ -15,10 +15,12 @@ class SurfaceManager;
namespace surfaces {
class SurfacesScheduler;
+class SurfacesServiceApplication;
class DisplayFactoryImpl : public mojo::DisplayFactory {
public:
- DisplayFactoryImpl(cc::SurfaceManager* manager,
+ DisplayFactoryImpl(SurfacesServiceApplication* application,
+ cc::SurfaceManager* manager,
uint32_t id_namespace,
SurfacesScheduler* scheduler,
mojo::InterfaceRequest<mojo::DisplayFactory> request);
@@ -34,6 +36,7 @@ class DisplayFactoryImpl : public mojo::DisplayFactory {
// cc and not exposed through mojom.
uint32_t id_namespace_;
uint32_t next_local_id_;
+ SurfacesServiceApplication* application_;
SurfacesScheduler* scheduler_;
cc::SurfaceManager* manager_;
mojo::StrongBinding<mojo::DisplayFactory> binding_;
« no previous file with comments | « components/native_viewport/platform_viewport_x11.cc ('k') | components/surfaces/display_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698