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

Unified Diff: sky/engine/bindings/scripts/dart_types.py

Issue 1017593005: Add a basic custom painting facility to Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add missing files Created 5 years, 9 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: sky/engine/bindings/scripts/dart_types.py
diff --git a/sky/engine/bindings/scripts/dart_types.py b/sky/engine/bindings/scripts/dart_types.py
index c58ad59e62bf626e9c4464473dae41f90a5d768f..83335aa40ed1acfc46735c3b18dc023e3aeb4cbb 100644
--- a/sky/engine/bindings/scripts/dart_types.py
+++ b/sky/engine/bindings/scripts/dart_types.py
@@ -718,7 +718,7 @@ CPP_VALUE_TO_DART_VALUE = {
'DartValue': 'DartConverter<DartValue*>::ToDart({cpp_value})',
# General
'array': 'VectorToDart({cpp_value})',
- 'DOMWrapper': 'Dart{idl_type}::toDart({cpp_value})',
+ 'DOMWrapper': 'DartConverter<{idl_type}*>::ToDart({cpp_value})',
}

Powered by Google App Engine
This is Rietveld 408576698