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

Unified Diff: components/mus/public/interfaces/window_tree.mojom

Issue 2021483002: mus: Remove ViewportMetrics from mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 | « no previous file | components/mus/ws/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/window_tree.mojom
diff --git a/components/mus/public/interfaces/window_tree.mojom b/components/mus/public/interfaces/window_tree.mojom
index c08f52efce5cebc7d6926aab8221bb1da28e14ba..5879910dd7b8bba809ebb1639414e65550b734ae 100644
--- a/components/mus/public/interfaces/window_tree.mojom
+++ b/components/mus/public/interfaces/window_tree.mojom
@@ -15,12 +15,6 @@ import "components/mus/public/interfaces/window_manager_constants.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
import "ui/mojo/ime/text_input_state.mojom";
-struct ViewportMetrics {
- mojo.Size size_in_pixels;
- // A value of 0 indicates the real value is not yet available.
- float device_pixel_ratio = 0.0;
-};
-
struct WindowData {
uint32 parent_id;
uint32 window_id;
« no previous file with comments | « no previous file | components/mus/ws/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698