| Index: sky/engine/bindings2/mojo_natives.h
|
| diff --git a/sky/engine/bindings2/mojo_natives.h b/sky/engine/bindings2/mojo_natives.h
|
| deleted file mode 100644
|
| index 79e0c8dde821d5622e66548afec3f2ab9cde45bf..0000000000000000000000000000000000000000
|
| --- a/sky/engine/bindings2/mojo_natives.h
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef SKY_ENGINE_BINDINGS2_MOJO_NATIVES_H_
|
| -#define SKY_ENGINE_BINDINGS2_MOJO_NATIVES_H_
|
| -
|
| -#include "dart/runtime/include/dart_api.h"
|
| -
|
| -namespace blink {
|
| -
|
| -Dart_NativeFunction MojoNativeLookup(Dart_Handle name,
|
| - int argument_count,
|
| - bool* auto_setup_scope);
|
| -
|
| -const uint8_t* MojoNativeSymbol(Dart_NativeFunction nf);
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // SKY_ENGINE_BINDINGS2_MOJO_NATIVES_H_
|
|
|