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

Unified Diff: services/surfaces/surfaces_service_application.h

Issue 791493006: De-client tracing.TraceController interface (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: services/surfaces/surfaces_service_application.h
diff --git a/services/surfaces/surfaces_service_application.h b/services/surfaces/surfaces_service_application.h
index e1ff43562a7ec09f22dd2f03398ad7901ace02af..fd7389dc3682d67b10f4fdbda687111f9249e551 100644
--- a/services/surfaces/surfaces_service_application.h
+++ b/services/surfaces/surfaces_service_application.h
@@ -8,6 +8,7 @@
#include "base/macros.h"
#include "base/timer/timer.h"
#include "cc/surfaces/surface_manager.h"
+#include "mojo/common/tracing_impl.h"
#include "mojo/public/cpp/application/application_delegate.h"
#include "mojo/public/cpp/application/interface_factory.h"
#include "mojo/services/surfaces/public/interfaces/surfaces_service.mojom.h"
@@ -58,6 +59,7 @@ class SurfacesServiceApplication
uint32_t next_id_namespace_;
cc::Display* display_;
scoped_ptr<SurfacesScheduler> scheduler_;
+ mojo::TracingImpl tracing_;
DISALLOW_COPY_AND_ASSIGN(SurfacesServiceApplication);
};

Powered by Google App Engine
This is Rietveld 408576698