| Index: ui/gfx/android/gfx_jni_registrar.h
|
| diff --git a/ui/gfx/android/gfx_jni_registrar.h b/ui/gfx/android/gfx_jni_registrar.h
|
| index 1a71fdb7831f77b536da13f697a9443865eaf4b3..dc6f284bd6b1f7c7def0f9b3b1c6c1745d817a1e 100644
|
| --- a/ui/gfx/android/gfx_jni_registrar.h
|
| +++ b/ui/gfx/android/gfx_jni_registrar.h
|
| @@ -7,10 +7,12 @@
|
|
|
| #include <jni.h>
|
|
|
| +#include "ui/base/ui_export.h"
|
| +
|
| namespace gfx {
|
|
|
| // Register all JNI bindings necessary for gfx.
|
| -bool RegisterJni(JNIEnv* env);
|
| +UI_EXPORT bool RegisterJni(JNIEnv* env);
|
|
|
| } // namespace gfx
|
|
|
|
|