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

Unified Diff: services/ui/ws/frame_generator_delegate.h

Issue 2190633002: Add flag to launch two displays for mus+ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 4 years, 5 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/ws/frame_generator.cc ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator_delegate.h
diff --git a/services/ui/ws/frame_generator_delegate.h b/services/ui/ws/frame_generator_delegate.h
index fa82a8f9aef85fb265a8085f653379098263ea46..555125e633d190e4e15eb52acaa9ffe10b808847 100644
--- a/services/ui/ws/frame_generator_delegate.h
+++ b/services/ui/ws/frame_generator_delegate.h
@@ -13,7 +13,7 @@ namespace ws {
class ServerWindow;
struct ViewportMetrics {
- gfx::Size size_in_pixels;
+ gfx::Rect bounds;
float device_scale_factor = 0.f;
};
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698