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

Unified Diff: mojo/services/surfaces/surfaces_service_application.h

Issue 504443002: Update mojo surfaces bindings and mojo/cc/ glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fixes Created 6 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
« no previous file with comments | « mojo/services/surfaces/surfaces_impl.cc ('k') | mojo/services/surfaces/surfaces_service_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/surfaces/surfaces_service_application.h
diff --git a/mojo/services/surfaces/surfaces_service_application.h b/mojo/services/surfaces/surfaces_service_application.h
index bf45a813f958fa9aeded8c23f7e2d8a3aa17072e..5b33179274c17e65036fdc84bd352711687ff650 100644
--- a/mojo/services/surfaces/surfaces_service_application.h
+++ b/mojo/services/surfaces/surfaces_service_application.h
@@ -8,13 +8,15 @@
#include "base/macros.h"
#include "cc/surfaces/surface_manager.h"
#include "mojo/public/cpp/application/application_delegate.h"
+#include "mojo/public/cpp/application/interface_factory.h"
+#include "mojo/services/public/interfaces/surfaces/surfaces_service.mojom.h"
#include "mojo/services/surfaces/surfaces_impl.h"
namespace mojo {
class ApplicationConnection;
class SurfacesServiceApplication : public ApplicationDelegate,
- public InterfaceFactory<Surface>,
+ public InterfaceFactory<SurfacesService>,
public SurfacesImpl::Client {
public:
SurfacesServiceApplication();
@@ -24,9 +26,9 @@ class SurfacesServiceApplication : public ApplicationDelegate,
virtual bool ConfigureIncomingConnection(
ApplicationConnection* connection) OVERRIDE;
- // InterfaceFactory<Surface> implementation.
+ // InterfaceFactory<SurfacsServicee> implementation.
virtual void Create(ApplicationConnection* connection,
- InterfaceRequest<Surface> request) OVERRIDE;
+ InterfaceRequest<SurfacesService> request) OVERRIDE;
// SurfacesImpl::Client implementation.
virtual void FrameSubmitted() OVERRIDE;
« no previous file with comments | « mojo/services/surfaces/surfaces_impl.cc ('k') | mojo/services/surfaces/surfaces_service_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698