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

Unified Diff: ui/gfx/android/java_bitmap.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/gfx/android/gfx_jni_registrar.h ('k') | ui/gl/gl_surface_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/android/java_bitmap.h
diff --git a/ui/gfx/android/java_bitmap.h b/ui/gfx/android/java_bitmap.h
index 604026e3c94403b092b1f52ce6a1409d13472088..061bb76e537e740767947b183482e873f0c63b39 100644
--- a/ui/gfx/android/java_bitmap.h
+++ b/ui/gfx/android/java_bitmap.h
@@ -15,7 +15,7 @@ namespace gfx {
// This class wraps a JNI AndroidBitmap object to make it easier to use. It
// handles locking and unlocking of the underlying pixels, along with wrapping
// various JNI methods.
-UI_EXPORT class JavaBitmap {
+class UI_EXPORT JavaBitmap {
public:
explicit JavaBitmap(jobject bitmap);
~JavaBitmap();
@@ -36,10 +36,10 @@ UI_EXPORT class JavaBitmap {
DISALLOW_COPY_AND_ASSIGN(JavaBitmap);
};
-base::android::ScopedJavaLocalRef<jobject> CreateJavaBitmap(
+UI_EXPORT base::android::ScopedJavaLocalRef<jobject> CreateJavaBitmap(
const gfx::Size& size);
-base::android::ScopedJavaLocalRef<jobject> ConvertToJavaBitmap(
+UI_EXPORT base::android::ScopedJavaLocalRef<jobject> ConvertToJavaBitmap(
const SkBitmap* skbitmap);
SkBitmap CreateSkBitmapFromResource(const char* name);
« no previous file with comments | « ui/gfx/android/gfx_jni_registrar.h ('k') | ui/gl/gl_surface_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698