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

Unified Diff: sky/engine/bindings-dart/core/dart/DartWrapperTypeInfo.h

Issue 875013003: Import Dart bindings as of Blink r188698. This merely copies the files over and does not attach any… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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-dart/core/dart/DartWrapperTypeInfo.h
diff --git a/sky/engine/core/loader/UniqueIdentifier.h b/sky/engine/bindings-dart/core/dart/DartWrapperTypeInfo.h
similarity index 83%
copy from sky/engine/core/loader/UniqueIdentifier.h
copy to sky/engine/bindings-dart/core/dart/DartWrapperTypeInfo.h
index 87f28f228caab2136a7b41e51d17d853843371fd..086d3cff132dc3f8b824a5f72f05489277f8df7b 100644
--- a/sky/engine/core/loader/UniqueIdentifier.h
+++ b/sky/engine/bindings-dart/core/dart/DartWrapperTypeInfo.h
@@ -28,14 +28,19 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SKY_ENGINE_CORE_LOADER_UNIQUEIDENTIFIER_H_
-#define SKY_ENGINE_CORE_LOADER_UNIQUEIDENTIFIER_H_
+#ifndef DartWrapperTypeInfo_h
+#define DartWrapperTypeInfo_h
+
namespace blink {
-unsigned long createUniqueIdentifier();
+ struct DartWrapperTypeInfo {
+ };
+ template<class ElementType>
+ class DartWrapperTypeTraits {
+ // specialized classes have thier own functions, which are generated by binding generator.
+ };
}
-#endif // SKY_ENGINE_CORE_LOADER_UNIQUEIDENTIFIER_H_
-
+#endif // DartWrapperTypeInfo_h

Powered by Google App Engine
This is Rietveld 408576698