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

Unified Diff: mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/resources.mojom.dart

Issue 1753013002: Mojom runtime type info: New implementation for Dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: No changes to sha1s Created 4 years, 10 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/dart/packages/mojo_services/lib/mojo/gfx/composition/resources.mojom.dart
diff --git a/mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/resources.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/resources.mojom.dart
index e63df652f58c18207b05a1f66e962ed97e1d7228..945acea80d86b08481c26424d61079a4eab0015f 100644
--- a/mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/resources.mojom.dart
+++ b/mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/resources.mojom.dart
@@ -85,8 +85,6 @@ class SceneResource extends bindings.Struct {
}
-
-
class MailboxTextureResource extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(40, 0)
@@ -198,8 +196,6 @@ class MailboxTextureResource extends bindings.Struct {
}
-
-
class _MailboxTextureCallbackOnMailboxTextureReleasedParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(8, 0)
@@ -259,8 +255,6 @@ class _MailboxTextureCallbackOnMailboxTextureReleasedParams extends bindings.Str
-
-
enum ResourceTag {
scene,
mailboxTexture,
@@ -364,13 +358,8 @@ class Resource extends bindings.Union {
return result;
}
}
-
-
-
const int _MailboxTextureCallback_onMailboxTextureReleasedName = 0;
-
-
class _MailboxTextureCallbackServiceDescription implements service_describer.ServiceDescription {
dynamic getTopLevelInterface([Function responseFactory]) =>
responseFactory(null);

Powered by Google App Engine
This is Rietveld 408576698