mojo: Fix map of booleans for python bindings.
[chromium-blink-merge.git] / ui / gfx / android / gfx_jni_registrar.h
blob3d4947c2ac152ee757b903bc8b78b2d508e2c3a8
1 // Copyright (c) 2013 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 UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_
6 #define UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_
8 #include <jni.h>
10 #include "ui/gfx/gfx_export.h"
12 namespace gfx {
13 namespace android {
15 // Register all JNI bindings necessary for chrome.
16 GFX_EXPORT bool RegisterJni(JNIEnv* env);
18 } // namespace android
19 } // namespace gfx
21 #endif // UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_