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

Unified Diff: services/ui/display/screen_manager_ozone_internal.h

Issue 2675743002: PPAPI: Make output protection API work with mus+ash (Closed)
Patch Set: Addressed review issues Created 3 years, 10 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 | « services/ui/display/output_protection.cc ('k') | services/ui/display/screen_manager_ozone_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/screen_manager_ozone_internal.h
diff --git a/services/ui/display/screen_manager_ozone_internal.h b/services/ui/display/screen_manager_ozone_internal.h
index 239ad78acf9ae2176c08423e68c9c9959579b134..690c8df23b5134b19ec562332c7b2348f568f9d5 100644
--- a/services/ui/display/screen_manager_ozone_internal.h
+++ b/services/ui/display/screen_manager_ozone_internal.h
@@ -16,6 +16,7 @@
#include "services/ui/display/screen_manager.h"
#include "services/ui/display/viewport_metrics.h"
#include "services/ui/public/interfaces/display/display_controller.mojom.h"
+#include "services/ui/public/interfaces/display/output_protection.mojom.h"
#include "services/ui/public/interfaces/display/test_display_controller.mojom.h"
#include "ui/display/display.h"
#include "ui/display/display_observer.h"
@@ -40,6 +41,7 @@ class ScreenManagerOzoneInternal
public DisplayObserver,
public DisplayManager::Delegate,
public service_manager::InterfaceFactory<mojom::DisplayController>,
+ public service_manager::InterfaceFactory<mojom::OutputProtection>,
public service_manager::InterfaceFactory<mojom::TestDisplayController> {
public:
ScreenManagerOzoneInternal();
@@ -94,6 +96,10 @@ class ScreenManagerOzoneInternal
void Create(const service_manager::Identity& remote_identity,
mojom::DisplayControllerRequest request) override;
+ // mojo::InterfaceFactory<mojom:OutputProtection>:
+ void Create(const service_manager::Identity& remote_identity,
+ mojom::OutputProtectionRequest request) override;
+
// mojo::InterfaceFactory<mojom::TestDisplayController>:
void Create(const service_manager::Identity& remote_identity,
mojom::TestDisplayControllerRequest request) override;
« no previous file with comments | « services/ui/display/output_protection.cc ('k') | services/ui/display/screen_manager_ozone_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698