Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: ui/gfx/android/gfx_jni_registrar.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/android/ui_jni_registrar.h ('k') | ui/gfx/android/java_bitmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/android/ui_jni_registrar.h ('k') | ui/gfx/android/java_bitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698