Index: ui/gfx/mojo/accelerated_widget.mojom |
diff --git a/ui/gfx/mojo/transform.mojom b/ui/gfx/mojo/accelerated_widget.mojom |
similarity index 66% |
copy from ui/gfx/mojo/transform.mojom |
copy to ui/gfx/mojo/accelerated_widget.mojom |
index 1ce0e753f5f55f78ffdc893169308002f6678a42..8647d67b11c54d3e7830d6bda6018917e5f80be5 100644 |
--- a/ui/gfx/mojo/transform.mojom |
+++ b/ui/gfx/mojo/accelerated_widget.mojom |
@@ -4,8 +4,7 @@ |
module gfx.mojom; |
-// See ui/gfx/transform.h. |
-struct Transform { |
- // Row major order. |
- array<float, 16> matrix; |
+// See ui/gfx/native_widget_types.h. |
+struct AcceleratedWidget { |
+ uint64 widget; |
}; |