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

Unified Diff: ui/android/resources/resource_manager_impl.h

Issue 2746483003: ui/android: Fix Resource meta-data sharing with ResourceManager. (Closed)
Patch Set: jni Created 3 years, 9 months 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/resources/resource_manager.cc ('k') | ui/android/resources/resource_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/resources/resource_manager_impl.h
diff --git a/ui/android/resources/resource_manager_impl.h b/ui/android/resources/resource_manager_impl.h
index ef8e309da87ef6388ecec2b30215cee9e8d17d3e..6b1c8a935dbe49b23f143ef760235b26fdc22f5f 100644
--- a/ui/android/resources/resource_manager_impl.h
+++ b/ui/android/resources/resource_manager_impl.h
@@ -51,14 +51,7 @@ class UI_ANDROID_EXPORT ResourceManagerImpl
jint res_type,
jint res_id,
const base::android::JavaRef<jobject>& bitmap,
- jint padding_left,
- jint padding_top,
- jint padding_right,
- jint padding_bottom,
- jint aperture_left,
- jint aperture_top,
- jint aperture_right,
- jint aperture_bottom);
+ jlong native_resource);
void OnCrushedSpriteResourceReady(
JNIEnv* env,
const base::android::JavaRef<jobject>& jobj,
« no previous file with comments | « ui/android/resources/resource_manager.cc ('k') | ui/android/resources/resource_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698