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

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

Issue 2310133002: Add mojom::DisplayController. (Closed)
Patch Set: Add missing dep. Created 4 years, 3 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/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 bbfea1c68e51507293f782b48150dc56f8ae0fbf..87580ab031c6a2ab75147546e6c51053402e521e 100644
--- a/services/ui/display/platform_screen_stub.cc
+++ b/services/ui/display/platform_screen_stub.cc
@@ -29,7 +29,7 @@ PlatformScreenStub::PlatformScreenStub() : weak_ptr_factory_(this) {}
PlatformScreenStub::~PlatformScreenStub() {}
void PlatformScreenStub::FixedSizeScreenConfiguration() {
- delegate_->OnDisplayAdded(this, kDisplayId, gfx::Rect(1024, 768));
+ delegate_->OnDisplayAdded(kDisplayId, gfx::Rect(1024, 768));
}
void PlatformScreenStub::Init(PlatformScreenDelegate* delegate) {
« no previous file with comments | « services/ui/display/platform_screen_ozone_unittests.cc ('k') | services/ui/public/interfaces/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698