Index: ui/gfx/android/java_bitmap.cc |
diff --git a/ui/gfx/android/java_bitmap.cc b/ui/gfx/android/java_bitmap.cc |
index ea0a50fe6a927e133d71336bbcfbe2274cda9d3a..69bd667d6410aed4ad6118da5bd85518cb08e070 100644 |
--- a/ui/gfx/android/java_bitmap.cc |
+++ b/ui/gfx/android/java_bitmap.cc |
@@ -37,11 +37,6 @@ JavaBitmap::~JavaBitmap() { |
DCHECK(!err); |
} |
-// static |
-bool JavaBitmap::RegisterJavaBitmap(JNIEnv* env) { |
- return RegisterNativesImpl(env); |
-} |
- |
static int SkColorTypeToBitmapFormat(SkColorType color_type) { |
switch (color_type) { |
case kAlpha_8_SkColorType: |