Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / android / favicon_helper.h
index c74646e..e4afb01 100644 (file)
@@ -20,14 +20,20 @@ class FaviconHelper {
                                       jobject j_profile,
                                       jstring j_page_url,
                                       jint j_icon_types,
-                                      jint j_desired_size_in_dip,
+                                      jint j_desired_size_in_pixel,
                                       jobject j_favicon_image_callback);
+  void GetLargestRawFaviconForUrl(JNIEnv* env,
+                                  jobject obj,
+                                  jobject j_profile,
+                                  jstring j_page_url,
+                                  jintArray j_icon_types,
+                                  jint j_min_size_threshold_px,
+                                  jobject j_favicon_image_callback);
   base::android::ScopedJavaLocalRef<jobject> GetSyncedFaviconImageForURL(
       JNIEnv* env,
       jobject obj,
       jobject jprofile,
       jstring j_page_url);
-  jint GetDominantColorForBitmap(JNIEnv* env, jobject obj, jobject bitmap);
   static bool RegisterFaviconHelper(JNIEnv* env);
 
  private: