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

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

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, more fixes Created 4 years, 5 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
Index: ui/gfx/android/java_bitmap.h
diff --git a/ui/gfx/android/java_bitmap.h b/ui/gfx/android/java_bitmap.h
index 97f85d407304f76898edd61f3bb78d458e1a9d84..27826f809271a153b1ca6bf76044365547b6e7b3 100644
--- a/ui/gfx/android/java_bitmap.h
+++ b/ui/gfx/android/java_bitmap.h
@@ -41,9 +41,6 @@ class GFX_EXPORT JavaBitmap {
inline uint32_t stride() const { return stride_; }
inline int byte_count() const { return byte_count_; }
- // Registers methods with JNI and returns true if succeeded.
- static bool RegisterJavaBitmap(JNIEnv* env);
-
private:
jobject bitmap_;
void* pixels_;

Powered by Google App Engine
This is Rietveld 408576698