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

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

Issue 2230963003: Fix window/display bounds with multiple windows in mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. Created 4 years, 4 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/platform_screen.h ('k') | services/ui/display/platform_screen_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/platform_screen_impl.h
diff --git a/services/ui/display/platform_screen_impl.h b/services/ui/display/platform_screen_impl.h
index 1bf5c469f456e6034079a1577f9907d13d81e096..0b5ff5a8879348320be9246913112c84207731f1 100644
--- a/services/ui/display/platform_screen_impl.h
+++ b/services/ui/display/platform_screen_impl.h
@@ -24,6 +24,7 @@ class PlatformScreenImpl : public PlatformScreen {
void Init() override;
void ConfigurePhysicalDisplay(
const PlatformScreen::ConfiguredDisplayCallback& callback) override;
+ int64_t GetPrimaryDisplayId() const override;
DISALLOW_COPY_AND_ASSIGN(PlatformScreenImpl);
};
« no previous file with comments | « services/ui/display/platform_screen.h ('k') | services/ui/display/platform_screen_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698