| Index: sky/engine/bindings-dart/core/dart/DartNativeUtilities.h
|
| diff --git a/LICENSE b/sky/engine/bindings-dart/core/dart/DartNativeUtilities.h
|
| similarity index 78%
|
| copy from LICENSE
|
| copy to sky/engine/bindings-dart/core/dart/DartNativeUtilities.h
|
| index 972bb2edb099e58b6a1939fa57f8e74391159c0c..430261628e058fb1feb9ad78db4c9706aa0b2ab7 100644
|
| --- a/LICENSE
|
| +++ b/sky/engine/bindings-dart/core/dart/DartNativeUtilities.h
|
| @@ -1,4 +1,5 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2012, Google Inc.
|
| +// All rights reserved.
|
| //
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| @@ -25,3 +26,19 @@
|
| // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| +
|
| +#ifndef DartNativeUtilities_h
|
| +#define DartNativeUtilities_h
|
| +
|
| +#include <dart_api.h>
|
| +#include <dart_mirrors_api.h>
|
| +
|
| +namespace blink {
|
| +
|
| +Dart_NativeFunction commonHtmlResolver(Dart_Handle, int, bool*);
|
| +Dart_NativeFunction domIsolateHtmlResolver(Dart_Handle, int, bool*);
|
| +const uint8_t* domIsolateHtmlSymbolizer(Dart_NativeFunction);
|
| +
|
| +}
|
| +
|
| +#endif // DartNativeUtilities_h
|
|
|