Roll src/third_party/skia 00b621c:bcd7ab5
[chromium-blink-merge.git] / chromecast / android / cast_jni_registrar.h
blobb07316bd983f1d31c0475a40bebf4a94443f46a8
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROMECAST_ANDROID_CAST_JNI_REGISTRAR_H_
6 #define CHROMECAST_ANDROID_CAST_JNI_REGISTRAR_H_
8 #include <jni.h>
10 namespace chromecast {
11 namespace android {
13 // Register all JNI bindings necessary for the Android cast shell.
14 bool RegisterJni(JNIEnv* env);
16 } // namespace android
17 } // namespace chromecast
19 #endif // CHROMECAST_ANDROID_CAST_JNI_REGISTRAR_H_