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

Unified Diff: services/view_manager/display_manager.h

Issue 871373015: De-Client Surface interface (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: services/view_manager/display_manager.h
diff --git a/services/view_manager/display_manager.h b/services/view_manager/display_manager.h
index 6d1807c9aa8ea17c0d17398f49f8fd9332748d3e..fb7a4970c19a0bf41d416cdddcc7cfa48699b210 100644
--- a/services/view_manager/display_manager.h
+++ b/services/view_manager/display_manager.h
@@ -50,7 +50,6 @@ class DisplayManager {
// DisplayManager implementation that connects to the services necessary to
// actually display.
class DefaultDisplayManager : public DisplayManager,
- public mojo::SurfaceClient,
public mojo::ErrorHandler {
public:
DefaultDisplayManager(
@@ -71,10 +70,7 @@ class DefaultDisplayManager : public DisplayManager,
void OnMetricsChanged(mojo::ViewportMetricsPtr metrics);
- // SurfaceClient:
- void SetIdNamespace(uint32_t id_namespace) override;
- void ReturnResources(
- mojo::Array<mojo::ReturnedResourcePtr> resources) override;
+ void SetIdNamespace(uint32_t id_namespace);
// ErrorHandler:
void OnConnectionError() override;

Powered by Google App Engine
This is Rietveld 408576698