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

Unified Diff: services/ui/display/platform_screen_stub.cc

Issue 2503923003: Demonstrate external-window-mode in mus-demo (Closed)
Patch Set: Wrap comment Created 4 years, 1 month 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/ui/display/platform_screen_stub.cc
diff --git a/services/ui/display/platform_screen_stub.cc b/services/ui/display/platform_screen_stub.cc
index 8a90a4d23a3652ca0ae09d1c708afd0e4e07de66..ca2acfc4f659d7fe668d8d7710357587d89785c5 100644
--- a/services/ui/display/platform_screen_stub.cc
+++ b/services/ui/display/platform_screen_stub.cc
@@ -55,7 +55,8 @@ void PlatformScreenStub::FixedSizeScreenConfiguration() {
void PlatformScreenStub::AddInterfaces(
service_manager::InterfaceRegistry* registry) {}
-void PlatformScreenStub::Init(PlatformScreenDelegate* delegate) {
+void PlatformScreenStub::Init(PlatformScreenDelegate* delegate,
+ WindowMode window_mode) {
DCHECK(delegate);
delegate_ = delegate;
display_metrics_ = DefaultViewportMetrics();

Powered by Google App Engine
This is Rietveld 408576698