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

Unified Diff: mojo/services/public/interfaces/geometry/geometry.mojom

Issue 570623002: Revert "Compositor bindings for mojo html_viewer" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: mojo/services/public/interfaces/geometry/geometry.mojom
diff --git a/mojo/services/public/interfaces/geometry/geometry.mojom b/mojo/services/public/interfaces/geometry/geometry.mojom
index f701fdfb6aea14ac2da3607a400d19fae6d86b06..56d10efb979857cc269a3e85ad9130c9a19bd47e 100644
--- a/mojo/services/public/interfaces/geometry/geometry.mojom
+++ b/mojo/services/public/interfaces/geometry/geometry.mojom
@@ -26,13 +26,6 @@ struct Rect {
int32 height;
};
-struct RectF {
- float x;
- float y;
- float width;
- float height;
-};
-
struct Transform {
// Row major order.
float[16]? matrix;
« no previous file with comments | « mojo/services/public/cpp/surfaces/surfaces_type_converters.h ('k') | mojo/services/public/interfaces/surfaces/quads.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698