summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebIconDatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/jni/WebIconDatabase.h')
-rw-r--r--Source/WebKit/android/jni/WebIconDatabase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/android/jni/WebIconDatabase.h b/Source/WebKit/android/jni/WebIconDatabase.h
index 3011b9f..c3e7947 100644
--- a/Source/WebKit/android/jni/WebIconDatabase.h
+++ b/Source/WebKit/android/jni/WebIconDatabase.h
@@ -28,6 +28,7 @@
#include "IconDatabaseClient.h"
#include "PlatformString.h"
+#include "SkBitmap.h"
#include "utils/threads.h"
#include <jni.h>
#include <wtf/Vector.h>
@@ -73,6 +74,7 @@ namespace android {
bool mDeliveryRequested;
};
+ SkBitmap webcoreImageToSkBitmap(WebCore::Image* icon);
jobject webcoreImageToJavaBitmap(JNIEnv* env, WebCore::Image* icon);
};